Try the following:

1) tested small amount of music on playlists to start with, then check and 
correct all the music for errors.

2) used the following setting: set("tag.encodings",["UTF-8"]) + also, added 
this to output.icecast: encoding="UTF-8"

3) used the following for playlists:
music=playlist("/home/media/music/music.pls",
conservative=true,mode="randomize",reload=1,reload_mode="rounds")



I have some reloadable playlists set up, I'm using the following code to
do this.

# Dynamic Playlists
# Set up a dynamic reloadable play list for radio drmas
drama = playlist.once(reload_mode = "watch", "drama.lst")
# Set up a dynamic reloadable playlist for specials playlists
splist = playlist.once(reload_mode = "watch", "splay.lst")
# Set up dynamic reloadable playlists for jingle source
jingles = playlist.once(reload_mode= "watch", "tags.lst")

These play lists are reloaded by cron jobs or by hand.  The problem is
they work for a while then just stop working.  I've dug through the log
files and can't find anything amiss there.

Attachment: signature.asc
Description: Message signed with OpenPGP

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to