Author Topic: Need help, newbie!  (Read 10590 times)

0 Members and 1 Guest are viewing this topic.

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Need help, newbie!
« on: March 02, 2016, 10:38:29 AM »
Hey! I installed Voxcommando on my windows pc, windows 10. My kodi is installed on raspberry pi.  How do i get my xsql working on the raspberry. I tried to put the userdara database from the raspberry´s ip and folders and its giving errors.

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #1 on: March 02, 2016, 10:59:41 AM »
Here two photos


nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Need help, newbie!
« Reply #2 on: March 02, 2016, 11:32:14 AM »
Welcome to the forum.

It depends whether you are using a mySQL database with Kodi, or an sqLite database with Kodi.

Your photos appear to show:

1. the xMySql plugin in VC, and then

2. the Xsql plugin in VC (which is for peope who are using an sqLite database)

You should only be using one of those plugins, not both.

Use the xMySql plugin only if you are using a mySQL database in Kodi. Otherwise, you should use the xSql plugin to generate your payload xml.

In the xSql plugin screenshot that you posted, the file paths to the various databases are green. That indicates that VC has found those Kodi databases.

I suspect that means that on your Raspberry Pi you're actually using sqLite, not mySql, to store your media library info. (Though I'm not sure. Maybe that database will still exist, even if you're not actively using it.)

HOWEVER: You will probably still get an error, because you have incorrectly changed the "Output folder" path.

That file path should be left as:
Code: [Select]
.\XbmcPayloads
If you look in your VoxCommando folder, you'll see a subfolder there called "XbmcPayloads".

The output folder path is the folder where VoxCommando will store your payloadXML files. You should not change that file path to a folder on your Raspberry Pi.

Try fixing the file path in the xSql plugin, and then click "save and generate".

If you're still getting error messages, you'll need to post a log so that we can see more details.

http://voxcommando.com/mediawiki/index.php?title=Log
« Last Edit: March 02, 2016, 11:42:16 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #3 on: March 02, 2016, 12:51:16 PM »


Here is the error i am getting.

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #4 on: March 02, 2016, 12:53:22 PM »
After pressing, ok, or continue what ever it says



Can the problem effect to when i am saying find movie and then its always just taking word starring then actress or actor. Then if i say like Daniel craig its giving something error dummy ..

Or when saying find tv show .....
its putting the text like find tee vee series error
« Last Edit: March 02, 2016, 12:58:50 PM by ElbeCoder »

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Need help, newbie!
« Reply #5 on: March 02, 2016, 12:56:25 PM »
You can also try generating payload xml using the xJson plugin.
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #6 on: March 02, 2016, 01:01:04 PM »
Then giving error like this when pressing generate all


nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Need help, newbie!
« Reply #7 on: March 02, 2016, 01:04:12 PM »
Do you have music or recorded TV shows in your Kodi library?
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #8 on: March 02, 2016, 01:09:43 PM »
TV shows are recorded. I have a external library for music. different ip.

My raspberry that i am using is only streaming my recordings from my other raspberry using VDR addon

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Need help, newbie!
« Reply #9 on: March 02, 2016, 01:21:50 PM »
VC gets media information by one of three methods:

querying a Kodi mySql database
querying a Kodi sqLite database
querying Kodi using its JSON-RPC api to retrieve data on audio and video libraries: http://kodi.wiki/view/JSON-RPC_API/v6

If your media metadata is not accessible via any of these methods due to a special home setup, I guess that could be a problem.

For now, you can check whether the non-TV show and non-music commands are working for you in VC.

Maybe other people with more Kodi experience than me will have some thoughts.
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #10 on: March 02, 2016, 01:28:39 PM »
What do i have to ask to check. and what would be the answr

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #11 on: March 02, 2016, 01:36:24 PM »
Its annoying. According to Xjson when pressing generate all music doesnt generate and tv shows either but movies does. and when saying find movie skyfall. nothing happens. it takes my talk as find movie starring actor error dummy choice

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #12 on: March 02, 2016, 01:39:08 PM »
Whatever i am trying to search its always end up with error. when watched a movie skyfall yesterday. ended it and sayed that continue movie skyfall it worked but nothing else in search works

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Need help, newbie!
« Reply #13 on: March 02, 2016, 01:39:57 PM »
Yes. If you make up commands off the top of your head that don't actually exist, you'll probably find things annoying.

http://voxcommando.com/mediawiki/index.php?title=FAQ#General
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

ElbeCoder

  • Jr. Member
  • **
  • Posts: 37
  • Karma: -2
    • View Profile
Re: Need help, newbie!
« Reply #14 on: March 02, 2016, 01:45:39 PM »
I took few musics from my music library to my own music library and now it works. music search works. but doesnt pvr streaming find work. i cant bring my recordings to my own library..