StreamingSoundtracks.com
VIP
Subscribe to become a VIP member of SST!

· Request More Often
· Unshared Requests
· Request Countdown Timer
· Request Ready Indicator
· Your Request History
· Access To The VIP Forum
· Add More Favorites

:: Click Here To Upgrade ::

:: Give VIP as a Gift ::

Listen Live!

Donation Meter


Make donations with PayPal!
Monthly Goal:
$500.00

Need:
$137.58

6 Donations:
$362.42

StreamingSoundtracks.com (Apr-23) janbenes $25.00
Death.FM (Apr-9) shrike $20.00
StreamingSoundtracks.com (Apr-8) trailblder $25.00
Death.FM (Apr-2) SeclusionSolution $242.42
StreamingSoundtracks.com (Apr-2) Locutus76 $30.00
Death.FM (Apr-1) valar_morghulis $20.00

 


Last Month's Donors
Death.FM (Mar-29) htmm $13.37
StreamingSoundtracks.com (Mar-27) klingon50 $10.00
Death.FM (Mar-22) chapper $10.00
Death.FM (Mar-17) swissdeath $9.99
Death.FM (Mar-15) osiris $10.00
1980s.FM (Mar-11) Bondstec $15.00




Search

 

SSTore



:: SSTore ::



timer countdown per song on queue

 
Post new topic   Reply to topic    StreamingSoundtracks.com Forum Index -> Ideas
View previous topic :: View next topic 
Author Message
USA Quindel
Cadet 1
Cadet 1



Joined: Apr 28, 2003
Member#: 1300
Posts: 2


Quindel is offline View user's profile Send private message Quindel's Favorites are Private
PostPosted: Mon Jan 09, 2012 10:55 am   Post subject: timer countdown per song on queue Reply with quote


Is it possible to have on the queue, an about time when the song on a queue will be played?

For example, Song XYZ is 3 minutes long and #15 on the list. I'd like to know that that song will be played in 45 minutes from now.

I'd like to see a Played-in time. Song YZ will be played 1:35 from now.

Thanks.
Netherlands SiriusCreations VIP (subscribed member)
Admiral (Administrator)
Admiral (Administrator)



Joined: Aug 26, 2007
Member#: 18704
Posts: 4419
Location: Rotterdam, The Netherlands

SiriusCreations is offline View user's profile Send private message Send e-mail Visit poster's website View SiriusCreations's Favorites
Visit MySpace
PostPosted: Mon Jan 09, 2012 10:59 am   Post subject: Reply with quote


We are not allowed to show this information. One of the many RIAA rules / restrictions
_________________
That's the beauty of music. They can't take that away from you. (Andy Dufresne)
Sirius' Concerts
NUTs & RATs
USA LadyInque
Captain
Captain



Joined: May 20, 2005
Member#: 10281
Posts: 2224
Location: Eastern Massachusetts

LadyInque is offline View user's profile Send private message Send e-mail View LadyInque's Favorites
PostPosted: Mon Jan 09, 2012 1:55 pm   Post subject: Reply with quote


This question is one that comes up a lot, right up there with "Why not post the artists' names in the queue?" Maybe the station FAQ should be amended to reflect the relevant RIAA rules, or even a note on the request page, so new people can get their answers even before the questions form.
_________________
I have a book coming out. Wanna see it?
http://www.jessicalevai.com/sternendach-a-vampire-opera-in-verse/
Netherlands SiriusCreations VIP (subscribed member)
Admiral (Administrator)
Admiral (Administrator)



Joined: Aug 26, 2007
Member#: 18704
Posts: 4419
Location: Rotterdam, The Netherlands

SiriusCreations is offline View user's profile Send private message Send e-mail Visit poster's website View SiriusCreations's Favorites
Visit MySpace
PostPosted: Tue Jan 10, 2012 2:42 am   Post subject: Reply with quote


Not only new people Lady, Quindel is a member since 2003. Wink

Although I agree we should add the most common questions related to the RIAA restrictions somewhere. Of course people will still ask. But then we give the link to that FAQ (or forum post)
_________________
That's the beauty of music. They can't take that away from you. (Andy Dufresne)
Sirius' Concerts
NUTs & RATs
USA Quindel
Cadet 1
Cadet 1



Joined: Apr 28, 2003
Member#: 1300
Posts: 2


Quindel is offline View user's profile Send private message Quindel's Favorites are Private
PostPosted: Tue Jan 10, 2012 9:36 am   Post subject: Reply with quote


Thanks for getting back to me. I was unaware that there was a rule on this. Please add this question to the FAQ and post it so people like me don't need to reask. Thank you!
USA LadyInque
Captain
Captain



Joined: May 20, 2005
Member#: 10281
Posts: 2224
Location: Eastern Massachusetts

LadyInque is offline View user's profile Send private message Send e-mail View LadyInque's Favorites
PostPosted: Tue Jan 10, 2012 10:57 am   Post subject: Reply with quote


I know it's not terribly accurate, but you can always note the time you requested and the length of the queue once your req has been added. It's usually close enough, though in my experience it often takes a little longer to play than that estimate, on account of the station IDs and the vagaries of streaming.
France masked_platypus VIP (subscribed member)
Vice Admiral (Moderator)
Vice Admiral (Moderator)



Joined: Jul 19, 2007
Member#: 18358
Posts: 1179
Location: Chartres, France

masked_platypus is offline View user's profile Send private message Send e-mail Visit poster's website View masked_platypus's Favorites
PostPosted: Wed Jan 11, 2012 2:07 am   Post subject: Reply with quote


And don't forget the length of the track actually playing. When it's a ten minutes track, it does have an influence
_________________
There is no problem that can't be solve without any solution
Czech Republic DrJouda
Cadet 1
Cadet 1



Joined: Sep 09, 2008
Member#: 22613
Posts: 1
Location: ValMez

DrJouda is offline View user's profile Send private message View DrJouda's Favorites
PostPosted: Sat Feb 18, 2012 4:36 pm   Post subject: Reply with quote


I created a script to display additional column with countdown timer per each song. If you run this script in your browser, it just reads length of individual song, dynamically counts the time to this song and adds this value to the 'Time to' column. It has no effect to the website, this script runs in the client browser and works basically like a plugin. If you manually refresh the queue page, script will be removed and you will see the original queue without 'Time to' column.
I've tested this only in Firefox and Chrome and I'm sure it doesnt work in IE right now. Script is strictly dependent on the current structure of the page.
Install: create new bookmark and add script as location/address URL/path, go to queue (http://www.streamingsoundtracks.com/modules.php?name=Queue_Played) and push created bookmark.

Code:
javascript:{self.setInterval('clear();show();', 1000);function clear(){var iframe=document.getElementsByName('queue')[0];var trs=iframe.contentDocument.getElementsByClassName('table01')[0].getElementsByTagName('tr');for(var i=0;i<trs.length;i++){var tds=trs[i].getElementsByTagName('td');for(var j=0;j<tds.length;j++){var child=tds[j];if(child.hasAttribute('id')){if(child.id.split(':')[0]=='time'){trs[i].removeChild(child);}}}}}function show(){var iframe=document.getElementsByName('queue')[0];var iframe2=document.getElementsByName('I1')[0];var trs=iframe.contentDocument.getElementsByClassName('table01')[0].getElementsByTagName('tr');var minTot=parseInt(iframe2.contentDocument.getElementById('countDownText').innerHTML.split(':')[0]);var secTot=parseInt(iframe2.contentDocument.getElementById('countDownText').innerHTML.split(':')[1]);var hourTot=0;var idCounter=0;for(var i=0;i<trs.length;i++){var tds=trs[i].getElementsByTagName('td');if(tds.length>0){var timeEl=tds[0];if(timeEl.hasAttribute('bgColor')){var value=timeEl.innerHTML.split('<br>');if(value.length>1){var newEle=document.createElement('td');newEle.innerHTML=(hourTot>0?hourTot+':':'')+(minTot<10?'0'+minTot:minTot)+':'+(secTot<10?'0'+secTot:secTot);newEle.bgColor=timeEl.bgColor;newEle.id='time:'+idCounter++;timeEl.parentNode.insertBefore(newEle,timeEl);minTot+=parseInt(value[1].split(':')[0]);secTot+=parseInt(value[1].split(':')[1]);minTot+=Math.floor(secTot/60);secTot=parseInt(secTot % 60);hourTot+=Math.floor(minTot/60);minTot=parseInt(minTot % 60);}}else{var newEle=document.createElement('td');newEle.innerHTML='Time to';newEle.className=timeEl.className;newEle.id='time:'+idCounter++;timeEl.parentNode.insertBefore(newEle,timeEl);}}else{var newEle=document.createElement('td');newEle.className='th01';newEle.id='time:'+idCounter++;trs[i].insertBefore(newEle,trs[i].firstChild);}}}clear();show();}
Germany alien_avatar
Captain
Captain



Joined: Oct 28, 2006
Member#: 16007
Posts: 1342
Location: Berlin

alien_avatar is offline View user's profile Send private message View alien_avatar's Favorites
PostPosted: Sun Feb 19, 2012 6:30 am   Post subject: Reply with quote


Oh wow, thanks for this, DrJouda!
This surely is convenient. Smile
_________________
"Welcome to the paranoia club; cheapest fees in the universe and membership lasts forever."
- Peter F. Hamilton, The Evolutionary Void
Poland molossus VIP (subscribed member)
Admiral (Administrator)
Admiral (Administrator)



Joined: Aug 09, 2005
Member#: 11167
Posts: 3308
Location: Warsaw & once in a blue moon Szczecin (Poland)

molossus is offline View user's profile Send private message Send e-mail View molossus's Favorites
PostPosted: Sun Feb 19, 2012 10:58 am   Post subject: Reply with quote


I have Opera 11.61 and it works nicely. Neat little thing. Thank you Doctor! Smile
_________________
<i>"The piano keys are black and white,
But they sound like a million colors in your mind"</i>
(from "Spider's Web" by <a href="http://katiemelua.com/music/#KatieMelua">Katie Melua</a>)

Avatar is from work of art by Drew Struzan
Display posts from previous:
Post new topic   Reply to topic    StreamingSoundtracks.com Forum Index -> Ideas All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Forums ©


Copyright © 2001-2020 24seven.FM, LLC All rights reserved.
Comments, images, and trademarks are property of their respective owners.
You can syndicate our news using the file backend.php or ultramode.txt. Robots may follow the Sitemap.