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 - DexDeadly

Pages: 1 [2]
16
XML Exchange / Re: Send PushBullet Notifications from VC
« on: April 16, 2016, 10:59:08 PM »
So I found this and its great.  One thing I found is that when I tried to use it now though, when it was trying to create the map table the regex was not mapping anything.  I don't know if this could of been due to the API being changed since original post.  So for me to get this to work I removed "pushable":true}, from the regex line and it then started to work.  Thought I'd note that incase anyone else ran into the same issue that I did.   

17
This is really awesome.  I would really like to get my hands on one of those beams one day! This will help me automate pretty much everything else in my house that isn't already :)

18
Just wanted to report back that once I added this line I'm now getting back the starring cast.  No problem on reporting that to you.  I figured something was missing.  The by product of learning the command missing was RegEx I've now watched the RegEx videos posted and now have another new toy to play with and keep me up at night :).

19
Hello,

Thanks for the information I'll give this a try.   I thought I might of but when I installed a new version on a different pc to compare it also did not have that line.   Not sure what that is about.   Anyway next time I'll go ahead and post the xml and apologize about that. Knowing about the RegExid a nice piece for future reference as well.  I showed this program off recently at a hackerspace meeting and what I've done with it.  Everyone was very impressed.  I've made a ton of new commands pulling multiple items from the player such as year premiered,  show name,  episode,  plot,  etc.  Thanks for the help I'll give this a try now.   

20
I want to say I heard this work when I maybe first installed this but now it doesn't seem to work.  When I'm saying "What Movie is this" it states the movie then says staring and then nothing.  I thought it would say the 3 main stars of the movie / tv show.currently this is what it looks like. 



Now if I do a test in postman to see how the cast comes back it looks like the following:
http://10.1.1.70:8080/jsonrpc?request={"jsonrpc": "2.0", "method": "Player.GetItem","params":{"playerid":1,"properties":["cast"]}, "id": "VideoGetItem"}

information is returned as the following:
Code: [Select]
{
  "id": "VideoGetItem",
  "jsonrpc": "2.0",
  "result": {
    "item": {
      "cast": [
        {
          "name": "Jeremy Clarkson",
          "order": 1,
          "role": "himself",
          "thumbnail": "image://http%3a%2f%2f10.1.1.25%3a8096%2femby%2fItems%2f21c34fd934fe6d5bd8b286539b7f84d2%2fImages%2fPrimary%3fMaxWidth%3d400%26MaxHeight%3d400%26Index%3d0%26Tag%3d358f4d9b42d2568103ad79db8a3dddb4/"
        },
        {
          "name": "Jonathan Palmer",
          "order": 2,
          "role": "Himself",
          "thumbnail": "image://http%3a%2f%2f10.1.1.25%3a8096%2femby%2fItems%2f97da624e6b257227ddf03bf7f292d0d3%2fImages%2fPrimary%3fMaxWidth%3d400%26MaxHeight%3d400%26Index%3d0%26Tag%3da6ec76a7621a7dab137ff5426d34d884/"
        },
        {
          "name": "Russ Swift",
          "order": 3,
          "role": "Himself",
          "thumbnail": "image://http%3a%2f%2f10.1.1.25%3a8096%2femby%2fItems%2f312d155e42d314bd7c0b563a859eb655%2fImages%2fPrimary%3fMaxWidth%3d400%26MaxHeight%3d400%26Index%3d0%26Tag%3d31dcd3dd6134011a954ae409648923a2/"
        }
      ],
      "id": 46,
      "label": "Clarkson: No Limits",
      "type": "movie"
    }
  }
}

if I change {lastresult} to {item.cast} it'll start speaking everything there.  Is there anyway to parse just the name out when it is returned back so that I can just here the names and not it trying to read every single item between the cast brackets?  I've been programming so much in this thing giving me a lot of info from Kodi and it's been great. 

Any input would be greatly appreciated.

21
Other Plugins / Re: Custom Plugin Design
« on: April 03, 2016, 01:28:54 PM »
Hello  Nime5ter. 

Thanks for the run down.  Thats very helpful.  I have download the 2016 Plugin blank which loads up in the SharpDevelop.  I have already started naming things and working on figuring out how exactly I'll need to do this.  It has been a very long time since I've touched C# :).  However I'm sure I can pick it right up.  I'm expecting this to be a challenge, but in a good way.  Again I appreciate those notes. 

22
Other Plugins / Re: Custom Plugin Design
« on: April 01, 2016, 12:09:37 AM »
Sounds good, I just need to brush up on those languages.  I haven't touched them in years been mostly programming PHP/MySQL pages.  I'll go ahead and make sure they poing to .NET 4.1.  Hopefully i can get some real time aside to work on this :).

23
Other Plugins / Re: Custom Plugin Design
« on: March 31, 2016, 02:02:42 AM »
Hello,

Is the attached 2012 Blank as well as the SharpDevelop still the way to go?  Is there an updated version for VoxCommando2?  I'm looking to try and create something for the Wunderlist API.  I saw a thread before where it was discussed using there email and SMTP within voxcommando but I"m not sure if that was due to no API at the time. There is a full API now available here

https://developer.wunderlist.com/documentation

I'm looking to see if I can create something now using this api and the template.  Please let me know if there is a newer template to use or not.

24
I forgot to report back I did get this to work.  I did figure out that I did need to get the vox tools installed.  However after it worked at 2:30AM I ended up crashing and forgot to mention that I did get this to work.  It works beautifully.  Thank YOU!

25
Hello I have setup this in my system.  However it doesn't work.  My Kodi instance doesn't seem to do anything.  I'm running 15.1 ISENGARD.  Should this work with it or do I need to make any tweaks  Also I'm wondering. My voxcommando is not on the same machine as the Kodi installation.  It's on a pi.  Any input greatly appreciated.

26
Ok so it is not necessary to enable guest accounts.  I have an active directory setup at my home as well.  The OpenElec system has samba enabled and I can reach the databases just through my basic explorer.  I also use Emby to handle my library, however it does sync with the Kodi local library.  Again as I had mentioned copying the library works it just does not like connecting.  I used to use the MySQL setup but I"ve switched to Emby for syncing multiple users across the web.  The Pi does support Samba and I can reach the files and they play fine.  It just only seems to be an issue when trying to access the database from voxcommando.  I do have another computer running windows though that is also synced so maybe I'll just point to that instance of the databases and call it a day. 

27
Hello,

So I wanted to see what you did to fix the issue where it was unable to open the databases.  I also found that if I went and copied the file locally I can get it to work.  However it does not work when trying to load from the share.  I have gone ahead and even chmod the databases on the Pi to be 0777 and I still am unable to open the database files.  Is there anything else here in play that I am missing.  This is a Raspberry Pi 3 running OpenElec.  Any input would be greatly appreciated. 

Pages: 1 [2]