Jump to content
C4 Forums | Control4

nortont

c4Forums Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by nortont

  1. I am having a problem with this script where I am getting extra unwanted stuff imorted to C4 What is happening is when I look at albums, the start of the list is filled with 4 digit numbers like 3499: when you select this album, it has a song(s) inside of it. I searched the song name in the XML generated by the script and forun this to be the casue for one entry but non of the others seem to follow this pattern. <name>This Time Of Year</name>3499 In composer1.7 I do not see the listings. Only from the remote or 4 menu. If anyone wants to look at the full xml, I can send it. Additionally the playlists I imported to C4 show the lists but no content <album> <id>803</id> <title></title> <playlist>False</playlist> <artist>Brook Benton</artist> <genre></genre> <sql>SELECT Albums.ID, coalesce(Albums.Album, Songs.SongTitle) AS Album, Albums.Artist, Songs.Genre, Songs.TrackNumber, Songs.ID AS SongID, Songs.SongTitle, Songs.SongPath FROM Songs LEFT JOIN Albums ON Albums.ID = Songs.IDAlbum JOIN Medias ON Songs.IDMedia = Medias.IDMedia AND Medias.DriveLetter = 24 WHERE (((Songs.SongPath) Like '%:\%')) ORDER BY Albums.ID, coalesce(Albums.Album, Songs.SongTitle), Songs.TrackNumber + 0 </sql> <large_cover_art></large_cover_art> <songs> <song> <track_no></track_no> <id>6179</id> <name>This Time Of Year</name>3499 <location>Q2hyaXN0bWFzL19YTUFTL1hNQVMgLSBWYXJpb3VzIEFydGlzdHMgLSBCaWxsYm9hcmQgR3JlYXRlc3QgUiAmIEIgQ2hyaXN0bWFzIEhpdHMgQDE2MC9UaGlzIFRpbWUgT2YgWWVhciAtIEJyb29rIEJlbnRvbi5tcDM=</location> </song> </songs> </album>
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.