I'd just use `sed` to rewrite the entries, e.g. you could run the
following command hourly through cron:
Code:
--------------------
find /volume1/Music -mmin -60 -type f -exec sed -e "#/volume1/Music/#../#"
-e "#/music/#../#" -i {} \;
--------------------
(i.e. search folder `/volume1/Music` for files modified less than 60
minutes ago and replace every instance of `/volume1/Music/` and
`/music/` with `../` in each file found)
------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=114064
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter