Hi,

I just made a fresh SBS 7.6 install on Debian 6. I cannot restore my
TrackStat info, I get the error:


Code:
--------------------
    
  [11-07-27 15:43:32.5177] Plugins::TrackStat::Storage::saveTrack (983) No 
matching alternative path found for 
file:///mnt/musik/ACDC/Black%20Ice%20(Rock%20-%202008)/02%20-Skies%20On%20Fire%20.flac.
  [11-07-27 15:43:32.8749] Plugins::TrackStat::Storage::saveTrack (983) No 
matching alternative path found for 
file:///mnt/musik/ACDC/Black%20Ice%20(Rock%20-%202008)/03%20-Big%20Jack%20.flac.
  [11-07-27 15:43:33.2339] Plugins::TrackStat::Storage::saveTrack (983) No 
matching alternative path found for 
file:///mnt/musik/ACDC/Black%20Ice%20(Rock%20-%202008)/04%20-Anything%20Goes.flac.
  
--------------------


On my old SBS server I had the music in /mnt/musik - and I have keept
that folder structure.


Code:
--------------------
    
  /mnt/musik/ACDC/Black Ice (Rock - )/02 -Skies On Fire.flac
  /mnt/musik/ACDC/Black Ice (Rock - )/03 -Big Jack.flac
  /mnt/musik/ACDC/Black Ice (Rock - )/04 -Anything Goes.flac
  
--------------------


In the backup (XML) the urls for the files is looking like this


Code:
--------------------
    
  
<url>file%3A%2F%2F%2Fmnt%2Fmusik%2FACDC%2FBlack%2520Ice%2520(Rock%2520-%25202008)%2F02%2520-Skies%2520On%2520Fire%2520.flac</url>
  
<url>file%3A%2F%2F%2Fmnt%2Fmusik%2FACDC%2FBlack%2520Ice%2520(Rock%2520-%25202008)%2F03%2520-Big%2520Jack%2520.flac</url>
  
<url>file%3A%2F%2F%2Fmnt%2Fmusik%2FACDC%2FBlack%2520Ice%2520(Rock%2520-%25202008)%2F04%2520-Anything%2520Goes.flac</url>
  
--------------------


I'm guessing its the spaces in the folder / file names that is causing
the issue.

Would it be enough to modify the XML file to:


Code:
--------------------
    
  <url>file/mnt/musik/ACDC/Black Ice (Rock - )/02 -Skies On Fire.flac</url>
  <url>file/mnt/musik/ACDC/Black Ice (Rock - )/03 -Big Jack.flac</url>
  <url>file/mnt/musik/ACDC/Black Ice (Rock - )/04 -Anything Goes.flac</url>
  
--------------------


Or do I need to rename all my files/folders and get rid of the spaces?
Or is there another way to fix this?

Any input much appreciated.

Cheers,


-- 
ltb76
------------------------------------------------------------------------
ltb76's Profile: http://forums.slimdevices.com/member.php?userid=5763
View this thread: http://forums.slimdevices.com/showthread.php?t=89076

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to