Hi,
While watching some TV shows i get an option to view music played. Just wondered if Get_iPlayer has an option/command to download a list of music played in a TV show, i don't mean download the music just a list of the music played.
Richard
Thanks very much for this.
Just a quick dumb question, should i be seeing all the code or just a list of music?
Thanks again
Richard
If one is after the tracklistings of a radio show, then you can use the following:
I'm using Chrome, so I installed
Violentmonkey, then installed aland's
bbc_tracklist_flattener and as if by magic it all works wonderfully.
It creates the tracklist as a plain text file in your browser, so has no integration with get_iplayer, but it's very easy to install (unlike the python based prog above) and use. Copy & paste into the file's tags is easy :)
Sorry for the slow reply.
Although I'm looking for music played on TV programmes this looks very interesting, I will give it a try
I know nothing about python so still trying to workout how to make use of bbc-radio-tracklisting-downloader.
The suggestions Meic gave work so for the moment i can get the listings, although surrounded by lots of code still useful.
Thanks
Richard
To view TV programme track listings with
bbc_tracklist_flattener, you need to do a minor adjustment to the episode URL. To take the earlier example, you would play the Bowie Prom at this URL:
http://www.bbc.co.uk/iplayer/episode/b07...avid-bowie
but you need its
/programmes URL:
http://www.bbc.co.uk/programmes/b07m4956
You can usually get to the right place by clicking "Programme website" underneath the media player and then selecting the episode of interest from there.
Thanks again for all the help
(04-08-2016, 07:03 PM)The suggestions Meic gave work so for the moment i can get the listings, although surrounded by lots of code still useful.
I've knocked together something to display the track / artist data in a simple table.
http://bbc-rss.herokuapp.com/pid.html
Maybe this will do?
Any questions, probably better off at
http://github.com/mermade/bbc-rss or via email: meic [at] gmx.com
Thank you very much, this is fantastic and works in a flash :)
You say "I've knocked together something" you make it sound so easy, thanks for taking the time to make it available i'm sure it took time.
i am sure many people like me will love it.
thanks again for making this available