Author Topic: VC not pulling all data when generating XML  (Read 1761 times)

0 Members and 1 Guest are viewing this topic.

chilliman

  • Jr. Member
  • **
  • Posts: 30
  • Karma: 1
    • View Profile
VC not pulling all data when generating XML
« on: August 09, 2015, 12:42:29 AM »
Hi .
when i run the GenXML command for JRiver not all data is added namely the songs.xml has a value of zero (please see attachment) any ideas.
if you need any info please let me know so i can send it to you.

thanks
chilliman

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VC not pulling all data when generating XML
« Reply #1 on: August 09, 2015, 08:07:50 AM »
http://voxcommando.com/mediawiki/index.php?title=Installation_JRiver_Media_Center

Note the image of the plugin settings and the part that is highlighted in yellow.

The problem is that you do no have any songs with a rating of 3 or higher.

Change the following line in your JRiver plugin settings in VC

Code: [Select]
Field=Name&Files=[Media Type]=[Audio] [rating]=>3
so that it says:
Code: [Select]
Field=Name&Files=[Media Type]=[Audio]

chilliman

  • Jr. Member
  • **
  • Posts: 30
  • Karma: 1
    • View Profile
Re: VC not pulling all data when generating XML
« Reply #2 on: August 09, 2015, 12:50:45 PM »
jitterjames.
working

thanks again

chilliman