Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - boutzo

Pages: [1] 2
1
General Discussion / Multiple xml payloads
« on: March 12, 2015, 03:54:29 PM »
Can you add multiple xml payloads and choose which one with logic?

Everytime I try I can seem to get it to work or my command isn't accepted.

2
Command Builder Reference / Re: Compare {Last Spoken} to payload
« on: March 12, 2015, 12:00:31 AM »
I created a virtual folder called "Search" and write shortcut links of my results to that folder then browse to the search folder and my results show up.  You also have to trigger a manual library refresh or you'll have to wait about 30-40sec for MB to recognize changes.  It works with MB Classic (which is what I prefer).  It also works in dashboard but you have to do a refresh of their web search page.

It was a little trick I learned when I was working with MB2, before they had a search function.  I would like to find out a way to send it to their virtual folders so I don't have to do all that writing and deleting but I don't know how to access them yet.

I have a little more control this way.  I can search by Episodes, Movies, Collections, TV Series and only get those specific results.  Later I might add actors, studios, ect...

I still have to use payload dictation to get the initial "search term" hence my original question about comparing dictation to an xml payload to prevent "trek" being interpreted as "track".

Although that could backfire if I ever need to search for something with "track" in it.

3
Command Builder Reference / Re: Compare {Last Spoken} to payload
« on: March 11, 2015, 12:32:08 PM »
For example the MB3 find movie will only pull up Star Trek (single Movie).  What I was looking to do was to pull up all movies with the name Star Trek in it. I was able to do it way back in MB2 with python. I guess I'll just have to script something similar if I want type "Movie" check movie.xml, gather up all ids in a list and do a Itemquery.

Built in MB3 search hint just gives to many extra hits (the way their function is set up).  It will return everything with star in the name and everything with trek in the name.  The way I did it before was a little more accurate because I was using match against payloads.  I just thought since then there may be an easier alternative.

I'll have to dig up the old script.

Thanks for the input

4
Command Builder Reference / Re: Compare {Last Spoken} to payload
« on: March 11, 2015, 11:48:24 AM »
Can I check against multiple xml files or switch between them?

Search for "Movie" Star Trek would check movie.xml
Search for "TV Series" Star Trek would check series.xml

I was trying to combined all of them in a single search command with a payload list to determine the type of xml file to use.

Payload list: Movies, Series, Episode ect...

5
Command Builder Reference / Compare {Last Spoken} to payload
« on: March 11, 2015, 09:29:59 AM »
Would I be able to compare a payload dictation:Regular to a payload phrase to boost dictation accuracy?

I'm trying to do a custom search to my movie payload or tv payload.  I want to take every word from every phrase in my movie or tv xml (minus duplicates) and create a "phrase only" payload to compare to my dictation to boost accuracy of what I'm trying to say.

Example: Everytime I say "star trek" it comes out as "star track". Then I get a long list of alternates or no results.

I want to try to eliminate that (as long as track isn't in my list)
I know the phrase list will be quite long
Is this even possible, "a waste of time" or will I take a big performance hit ?
Is there a better way to boost accuracy?  ex. speech training

Any thoughts
boutzo

6
Media Browser (Emby) / Re: Websockets and playlist issue
« on: March 06, 2015, 04:58:44 PM »
I don't understand what you mean by "use the remote control feature with the same client" I thought the dashboard was the client and I am using version 2.1.3.8 from the voxcommando site.  I just adjusted the play some music command to play a movie genre.xml instead. The repeat twice issue is when I am using the media classic client on a windows 7 machine.  The pause issue is when I am using the dashboard on a windows 8 machine because I don't have wmc for windows 8 yet.

7
Media Browser (Emby) / Websockets and playlist issue
« on: March 06, 2015, 03:36:48 PM »
For a windows 8 installation are you using their websocket protocol and is there a way to check if it's working?  I've been having to repeat commands twice in some instances using voxwav the command is going thru but no action is taking place. Ex " stop playback or next track".  Just looking for quicker responses.

Also with some playlists for video genres the movie starts right away, others the movie loads up but is in a paused state. Is this a server issue or Is it possibly the way a video is encoded? Both files are MP4.

8
Windows 8 / 10 / Re: Empty voxlog ?
« on: March 06, 2015, 03:22:04 PM »
 :bonk

I hate the little mistakes.  I copied the exe from one folder to another, I don't know why it would have unchecked itself. Problem solved.  :bonk

9
Windows 8 / 10 / Re: Empty voxlog ?
« on: March 06, 2015, 02:02:27 PM »
I'll have to double check when I get home.   I don't think I ever had to worry about that before.  Seems like checked was the default.  Will let you know.

10
Windows 8 / 10 / Empty voxlog ?
« on: March 06, 2015, 01:11:17 PM »
I recently wanted to try voxcommando on my new windows 8 machine going from windows 7 .  I use the voxlog a lot to troubleshoot issues but noticed on the windows 8 machine nothing shows up.  The only thing that is written to it is the date it was created the os version and the net version.  Is there something I'm missing?  I wanted to see if the websocket features in windows 8 were being used and if so would it give a boost in response.

11
Media Browser (Emby) / Re: Github for plugin
« on: February 19, 2015, 12:50:05 PM »
Its in the swagger documentation under the Items / items bar.  Its got about 20 different settings including the ones you have in your code the one called CollapseBoxSetItems will make movies in subfolders visible and able to be indexed.  It has to be set to false "keeps them from being hidden" I tried it and it works.  Why recursive alone doesn't work I don't know.  Don't forget to put you api key in at the top of the page or you will get error responses.

I see you posted the relevant code but how am I able to access it ?

12
Media Browser (Emby) / Re: Github for plugin
« on: February 19, 2015, 11:55:19 AM »
I have asked the question on the MB site because I was getting the same results on there swagger page and ebr told me that the issue was there is a setting called CollapseBoxSetItems and it has to be set to false. After that I got the correct results.  Just fyi.

13
Media Browser (Emby) / Re: Github for plugin
« on: February 18, 2015, 05:04:03 PM »
@nime5ter

For example Ghostbusters movies are in folders called "Ghostbusters (1984)" and "Ghostbusters (1989)" which are inside a folder called "Ghostbusters Collection".  The xml as well as the explorer just processes "Ghostbusters Collection" nothing inside the folders.

14
Media Browser (Emby) / Github for plugin
« on: February 18, 2015, 10:59:18 AM »
Is there a github or source code available for the MB3 plugin ?  I just wanted to see if I could expand on some of the command functionality for personal use.  I've tinkered around in the past with the previous incarnation of MB Classic using eventghost, but that was with there old api and a bit of a hassle.

On a side note when the movie xml is being generated, it does not grab the movies in a collection folder, just gets the collection folder itself not the movies inside.  Apparently there is a parameter in there api called CollapseBoxSetItems.  Either its not set or its set to true.

This is just one of the things I wanted to "tinker with".

Great job on what you have so far.

Boutzo

15
General Discussion / Re: Sending Corrected Dictation
« on: March 08, 2013, 07:09:42 PM »
You are correct.  Didn't mean to disrespect the forum.  My apologies.

Pages: [1] 2