Author Topic: Gen XML for songs error  (Read 2145 times)

0 Members and 1 Guest are viewing this topic.

psike

  • Guest
Gen XML for songs error
« on: January 23, 2011, 11:12:53 AM »
Everything works fine for me except for XBMC songs.
when i use gen xml tv, movies, album and artist works great but not songs. at first i had an empty xbmcsongs.xml then i tried to delete it and re-gen xml but nothing happen.
now it's don't even crate an empty file.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Gen XML for songs error
« Reply #1 on: January 23, 2011, 02:50:37 PM »
check to make sure you don't have any songs with < or > in the titlles.  I can cause XBMC to output invalid XML.

example: 

<title>I am < 3</title>

the less than sign screws it up.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Gen XML for songs error
« Reply #2 on: January 23, 2011, 03:03:56 PM »
check to make sure you don't have any songs with < or > in the titlles.  I can cause XBMC to output invalid XML.

example: 

<title>I am < 3</title>

the less than sign screws it up.

Hi James,
is ths also with Albums? here is the one and only error in my genXML for XBMC, Monkey has no problems.
The Version 0.871 works very fine, I am very happy with your work!  :D

Kalle
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Gen XML for songs error
« Reply #3 on: January 23, 2011, 03:39:46 PM »
It applies to GenXML for anything in XBMC.  Mediamonkey is different, the information is transmitted from MediaMonkey to VC in a completely different manner, not through a web interface.

psike

  • Guest
Re: Gen XML for songs error
« Reply #4 on: January 23, 2011, 04:07:33 PM »
I had 2 songs that needed to be rename.
now it's working.
thanks.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Gen XML for songs error
« Reply #5 on: January 23, 2011, 04:10:23 PM »
 :yay