Jump to content

Resetting request count on just 1 song?


Recommended Posts

have you ever checked : rightclick > songinfo ?

Into that window you'll find also a tab "details" - this gives you an overview of the rotation of a track

However I guess the only way to reset the track is by : rightclick > remove > clear > from all

Refresh your Music directory and reload the track to your playlist(s)

I don't have any idea how it can be done into an other way .. Maybe someone else knows

Good Luck !

Link to comment
Share on other sites

This is really not recommended to do, but here you go .. untested !!

 

1- Find out the sondID .. Song Info > Details > Song ID

 

2- You need to do a mySQL command. You can do it in a PAL script. Assume that the song id is 15392:

 

ExecSQL ('UPDATE songlist SET count_played = 0 WHERE id = 15392;'};

Spacial SVS Support Team

http://support.spacialaudio.com/forums/

Get help with PAL Scripts at http://www.palscripts.com

Link to comment
Share on other sites

ExecSQL ('UPDATE songlist SET count_played = 0 WHERE id = 15392;'};

 

This has syntax errors.

The first one I noticed is the closing bracket instead of the parentheses.

After that is changed then the error is

More arguments expected! [line:1 1 column:1]

 

Thanks for the jumping off point. If I figure it out I'll post it.

:anv:

Link to comment
Share on other sites

Well, that's what "untested" means .. it gives you a starting point.

 

Try this:

ExecSQL ('UPDATE songlist SET count_played = 34 WHERE id = 15392;',[]);

That one IS tested !!

SCS - Dedicated Bandwidth Servers

Shoutcast / Icecast / Windows Media

Transcoding - Auto DJ - Mobile Radio - FLASH Players - Auto DJ

Broadcasting World's Stream Host of the Month

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...