Re: GiP and ffmpeg

2019-10-30 Thread Budge
On 29/10/2019 16:50, RS wrote: > > > On 27/10/2019 21:08, Budge wrote: >> On 27/10/2019 20:56, Budge wrote: > >>> >>> Further to this thread as it has developed I find I have two example >>> files both downloaded with GiP.  Using ffprobe, one is shown as:- >>> >>> Duration: 02:33:00.99, start:

Re: GiP and ffmpeg

2019-10-29 Thread RS
On 27/10/2019 21:08, Budge wrote: On 27/10/2019 20:56, Budge wrote: Further to this thread as it has developed I find I have two example files both downloaded with GiP. Using ffprobe, one is shown as:- Duration: 02:33:00.99, start: 0.00, bitrate: 321 kb/s Stream #0:0(eng):

Re: GiP and ffmpeg

2019-10-27 Thread Budge
On 27/10/2019 20:56, Budge wrote: > On 23/10/2019 16:23, Budge wrote: >> On 23/10/2019 13:24, Owen Smith wrote: >>> I understand the need to convert aac that the player won't play. But surely >>> mp3 would be the last choice to convert them to, given converting one lossy >>> format to another is

Re: GiP and ffmpeg

2019-10-27 Thread Budge
On 23/10/2019 16:23, Budge wrote: > On 23/10/2019 13:24, Owen Smith wrote: >> I understand the need to convert aac that the player won't play. But surely >> mp3 would be the last choice to convert them to, given converting one lossy >> format to another is just about the worst thing you can do

Re:

2019-10-27 Thread michael norman
On 27/10/2019 08:41, CJB wrote: Do not click on the link - its a virus. CJB ___ get_iplayer mailing list get_iplayer@lists.infradead.org http://lists.infradead.org/mailman/listinfo/get_iplayer Best not to resend it either.

Re:

2019-10-27 Thread CJB
Do not click on the link - its a virus. CJB On 27/10/2019, Chris Cowley wrote: >Get http://bit.do/feG7X Chris Cowley > ___ > get_iplayer mailing list > get_iplayer@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/get_iplayer >

Re: GiP and ffmpeg

2019-10-23 Thread Budge
On 23/10/2019 13:24, Owen Smith wrote: > I understand the need to convert aac that the player won't play. But surely > mp3 would be the last choice to convert them to, given converting one lossy > format to another is just about the worst thing you can do to audio. > Sometimes there are nasty

Re: GiP and ffmpeg

2019-10-23 Thread Owen Smith
I understand the need to convert aac that the player won't play. But surely mp3 would be the last choice to convert them to, given converting one lossy format to another is just about the worst thing you can do to audio. Sometimes there are nasty interactions between the different perceptual

Re: confirm 48245f470a5b417e25f970f3de790f49256ceaf0

2019-10-23 Thread J K.Eason
-- Regards John ___ get_iplayer mailing list get_iplayer@lists.infradead.org http://lists.infradead.org/mailman/listinfo/get_iplayer

Re: GiP and ffmpeg

2019-10-23 Thread RS
On 22/10/2019 21:41, Budge wrote: Many thanks. I asked as I am still trying to get to the bottom of my problems with some GiP radio downloads and the Linn DS playing problem however these date from 2012 and I note things have changed. Would radio programmes from then have been re-muxed once

Re: GiP and ffmpeg

2019-10-23 Thread James Scholes
In 2012, GiP was still using rtmpdump and accessing programs via Adobe Flash. You can run those programs through ffmpeg yourself if you want to verify that they are correct M4A. ffmpeg -i "input.m4a" -vn -acodec copy -bsf:a aac_adtstoasc "output.m4a" If you don't want podcasts, specify an

Re: GiP and ffmpeg

2019-10-22 Thread Budge
On 22/10/2019 21:25, RS wrote: > On 22/10/2019 16:45, Budge wrote: >> I understood that GiP uses ffmpeg during downloading of radio files.  Is >> that correct and always correct with the various radio file types >> available from BBC? >> Budge > > For presently available modes it is not quite

Re: GiP and ffmpeg

2019-10-22 Thread RS
On 22/10/2019 16:45, Budge wrote: I understood that GiP uses ffmpeg during downloading of radio files. Is that correct and always correct with the various radio file types available from BBC? Budge For presently available modes it is not quite right to say that ffmpeg is used *during*

GiP and ffmpeg

2019-10-22 Thread Budge
I understood that GiP uses ffmpeg during downloading of radio files. Is that correct and always correct with the various radio file types available from BBC? Budge ___ get_iplayer mailing list get_iplayer@lists.infradead.org

Re: OT Video Conversion

2019-10-21 Thread Nick
On Mon, 21 Oct 2019 19:39:32 +0200 Dave Widgery wrote: > Hi again, > > Sorry to ask more questions, I have been doing some experimenting and > MakeMKV works great to extract from the DVD and create a video file, I > then can easily use ffmpeg to reduce resolution and create an MP4 by > doing

Re: OT Video Conversion

2019-10-21 Thread Dave Widgery
Hi again, Sorry to ask more questions, I have been doing some experimenting and MakeMKV works great to extract from the DVD and create a video file, I then can easily use ffmpeg to reduce resolution and create an MP4 by doing a. ffmpeg -i inputfile.mkv -vf scale=1280:720 outputfile.mp4 This

Options file questions

2019-10-20 Thread Lorenzo Martinelli
I was wondering if you could help with a couple of questions about the options file which I don’t seem to be able to unravel from the manual on github 1) I seem to remember that while there can be one "command" only in the options file, you can include multiple external commands in it. ATM I

Re: Tidying up Radio Downloads

2019-10-16 Thread Budge
On 16/10/2019 17:07, RS wrote: > On 16/10/2019 09:26, Budge wrote: > >> I have it now.  My misunderstanding was that I was putting the file >> address where file is in the command line, not putting the file into the >> place where GiP settings have it.   Sorry for my mistake. >> > > I have got

Re: Tidying up Radio Downloads

2019-10-16 Thread RS
On 16/10/2019 09:26, Budge wrote: I have it now. My misunderstanding was that I was putting the file address where file is in the command line, not putting the file into the place where GiP settings have it. Sorry for my mistake. I have got this wrong. There is no bug. Sorry to have

Re: Tidying up Radio Downloads

2019-10-16 Thread Budge
On 15/10/2019 19:32, Budge wrote: > On 15/10/2019 12:40, RS wrote: >> On 15/10/2019 11:47, Budge wrote: >> >>> I am not clear which part of your advice is a quote from the wiki and >>> which is from you based on my message.  I have identified the full path >>> to the file in my command so it

Re: Tidying up Radio Downloads

2019-10-15 Thread Budge
On 15/10/2019 12:40, RS wrote: > On 15/10/2019 11:47, Budge wrote: > >> I am not clear which part of your advice is a quote from the wiki and >> which is from you based on my message.  I have identified the full path >> to the file in my command so it should work. >> Any ideas what more I can do?

Re: Tidying up Radio Downloads

2019-10-15 Thread Budge
On 15/10/2019 12:40, RS wrote: > On 15/10/2019 11:47, Budge wrote: > >> I am not clear which part of your advice is a quote from the wiki and >> which is from you based on my message.  I have identified the full path >> to the file in my command so it should work. >> Any ideas what more I can do?

Re: Tidying up Radio Downloads

2019-10-15 Thread RS
On 15/10/2019 11:47, Budge wrote: I am not clear which part of your advice is a quote from the wiki and which is from you based on my message. I have identified the full path to the file in my command so it should work. Any ideas what more I can do? The quote from the wiki

Re: Tidying up Radio Downloads

2019-10-15 Thread Budge
On 15/10/2019 10:16, RS wrote: > On 14/10/2019 18:08, Budge wrote: > >> >> This is what I get:- >> >> alastair@install:~> get_iplayer --type=radio --pid=b01r1vt2 --tag-only >> --tag-podcast-radio >>

Re: Tidying up Radio Downloads

2019-10-15 Thread RS
On 15/10/2019 11:21, David Cantrell wrote: Stream availability is part of the metadata. Metadata remains behind even after streams have become unavailable for two reasons. First, so iPlayer can show you when something was broadcast; second, to cope with repeats. Thanks for that

Re: Tidying up Radio Downloads

2019-10-15 Thread David Cantrell
On Tue, Oct 15, 2019 at 10:16:04AM +0100, RS wrote: > get_iplayer --pid b01r1vt2 --info > displays a lot of metadata including longdesc. That suggests > > 1. Vangelis is right that the online sources for metadata stay there > for good. > > 2. get_iplayer is able to retrieve metadata even

Re: Tidying up Radio Downloads

2019-10-15 Thread RS
On 14/10/2019 18:08, Budge wrote: This is what I get:- alastair@install:~> get_iplayer --type=radio --pid=b01r1vt2 --tag-only --tag-podcast-radio

Mailer Daemon error message received

2019-10-14 Thread Dave Widgery
Hi Although my messages to get_iplayer@lists.infradead.org appear to be getting there, each time recently I have received 4 from: mailer_dae...@email.uscc.net subject: Message to 7867650...@email.uscc.net failed. With no message content. Any suggestions on what might be happening? Dave

Re: OT Video Conversion

2019-10-14 Thread Dave Widgery
Thanks to all for your helpful responses, going the raspberry Pi route does sound interesting but I am currently working solid on renovating the house so I really do not have the time at the moment to start investigating time new hardware, maybe a project for the future. Also although 8Tb disks

Re: OT Video Conversion

2019-10-13 Thread artisticforge Niemand
hello; the short answer Linux, dvdbackup, handbrake commandline interface. I have been doing this for years using those. Get a Raspberry Pi 4 with 4GB of RAM everything you need is available nearly all open source. I have nearly all the entire DVD collection ripped to hard drives. I have

Re: OT Video Conversion

2019-10-13 Thread Nick Payne
I use MakeMKV (which isn't free) for ripping the DVDs or BluRays, followed by Handbrake to convert the resulting files to the H.265 video codec to reduce the file sizes (which is a pretty slow process). As I have an nVidia Quadro video card in the PC, I tried the NVENC version of H.265 in

Re: OT Video Conversion

2019-10-13 Thread Dave Lambley
On Sun, 13 Oct 2019 at 16:26, Dave Widgery wrote: > > Hi > I would like to copy some of my DVD collection onto hard disk to make > them easier to access and I am getting very frustrated with > downloading programs that claim to be free versions only to find out > that in fact that it is a trial

Re: OT Video Conversion

2019-10-13 Thread Peter Corlett
On Sun, Oct 13, 2019 at 05:25:41PM +0200, Dave Widgery wrote: > I would like to copy some of my DVD collection onto hard disk to make them > easier to access and I am getting very frustrated with downloading programs > that claim to be free versions only to find out that in fact that it is a >

Re: OT Video Conversion

2019-10-13 Thread Nick
On Sun, 13 Oct 2019 17:25:41 +0200 Dave Widgery wrote: > Hi > I would like to copy some of my DVD collection onto hard disk to make > them easier to access and I am getting very frustrated with > downloading programs that claim to be free versions only to find out > that in fact that it is a

Re: OT Video Conversion

2019-10-13 Thread MacFH - C E Macfarlane
Please see below ... On 13/10/2019 16:25, Dave Widgery wrote: Hi I would like to copy some of my DVD collection onto hard disk to make them easier to access and I am getting very frustrated with downloading programs that claim to be free versions only to find out that in fact that it is a trial

OT Video Conversion

2019-10-13 Thread Dave Widgery
Hi I would like to copy some of my DVD collection onto hard disk to make them easier to access and I am getting very frustrated with downloading programs that claim to be free versions only to find out that in fact that it is a trial version, or in the case of a comprehensive program like

Re: Update crashes my PC.

2019-10-10 Thread shouldbe q931
On Thu, Oct 10, 2019 at 2:39 PM tom wrote: > > I am running Windows 10 ver 1607. > > HP Compaq dc7800p Ultra Slim Desktop PC > > I have version get_iplayer 3.20. Installed. > > I want to update and have downloaded the Windows installer from.. > >

Re: Update crashes my PC.

2019-10-10 Thread James Scholes
If the installer works fine on your other machines, it's likely nothing to do with get_iplayer at all. A system completely freezing or blue-screening is relatively rare these days, so it sounds like there is something seriously wrong with your computer. Regards, James Scholes On 10/10/2019

Update crashes my PC.

2019-10-10 Thread tom
I am running Windows 10 ver 1607. HP Compaq dc7800p Ultra Slim Desktop PC I have version get_iplayer 3.20. Installed. I want to update and have downloaded the Windows installer from.. https://github.com/get-iplayer/get_iplayer_win32/releases/tag/3.22.0 My problem is that whenever I try to

Re: recursive pid

2019-10-09 Thread artisticforge Niemand
Hello Andy; Thank you for that url. Learn something new everyday. I did not know of the pid-recursive-list option. that will come in handy. On Wed, Oct 9, 2019 at 2:30 AM Andy Wedge wrote: > > >From get_iplayer On Behalf Of > >artisticforge Niemand > >Sent: 08 October 2019 12:53 > >To:

Re: Message to 7867650...@email.uscc.net failed.

2019-10-09 Thread RS
On 08/10/2019 17:48, Roger Bell_West wrote: On Tue, Oct 08, 2019 at 05:04:33PM +0100, Clive wrote: My two 'reply list' emails today resulted in an email (four each, in fact) error as subject. Is this my personal problem or is it a common failure? Generally this means that the recipient is

RE: recursive pid

2019-10-09 Thread Andy Wedge
>From get_iplayer On Behalf Of >artisticforge Niemand >Sent: 08 October 2019 12:53 >To: get_iplayer ; terry l. ridder > >Subject: recursive pid > > Hello > > there may not be an answer to my question and that is okay. > > when does --pid-recufrsive stop? > > if i gave a pid of

Re: Message to 7867650...@email.uscc.net failed.

2019-10-08 Thread Roger Bell_West
On Tue, Oct 08, 2019 at 05:04:33PM +0100, Clive wrote: >My two 'reply list' emails today resulted in an email (four each, in >fact) error as subject. Is this my personal problem or is it a common >failure? Generally this means that the recipient is bouncing list mail, and for reasons of their

Re: Clips on radio programme pages

2019-10-08 Thread Timothy
On Tuesday, October 8, 2019 11:45 AM, "Andrew Fear" wrote: > I would like to download the clips associated with the Radio 4 Extra > Comedy Club strand, as found here: > https://www.bbc.co.uk/programmes/b012klt2/clips I don't think there is an easy method for GiP to download just the clips, but

Re: Clips on radio programme pages

2019-10-08 Thread Clive
On 08/10/2019 16:45, Andrew Fear wrote: Hello, I would like to download the clips associated with the Radio 4 Extra Comedy Club strand, as found here: https://www.bbc.co.uk/programmes/b012klt2/clips Is there any command which would achieve this with g_ip? I'm familiar with the

Message to 7867650...@email.uscc.net failed.

2019-10-08 Thread Clive
My two 'reply list' emails today resulted in an email (four each, in fact) error as subject. Is this my personal problem or is it a common failure? Clive ___ get_iplayer mailing list get_iplayer@lists.infradead.org

Re: Clips on radio programme pages

2019-10-08 Thread Clive
On 08/10/2019 16:45, Andrew Fear wrote: Hello, I would like to download the clips associated with the Radio 4 Extra Comedy Club strand, as found here: https://www.bbc.co.uk/programmes/b012klt2/clips Is there any command which would achieve this with g_ip? I'm familiar with the

Clips on radio programme pages

2019-10-08 Thread Andrew Fear
Hello, I would like to download the clips associated with the Radio 4 Extra Comedy Club strand, as found here: https://www.bbc.co.uk/programmes/b012klt2/clips Is there any command which would achieve this with g_ip? I'm familiar with the --pid-recursive, but as far as i can see that only

Re: recursive pid

2019-10-08 Thread Clive
On 08/10/2019 12:53, artisticforge Niemand wrote: Hello there may not be an answer to my question and that is okay. when does --pid-recufrsive stop? if i gave a pid of https://www.bbc.co.uk/iplayer/group/p06rrnkm what would stop the recursion? In my experience of using it in Linux Terminal,

recursive pid

2019-10-08 Thread artisticforge Niemand
Hello there may not be an answer to my question and that is okay. when does --pid-recufrsive stop? if i gave a pid of https://www.bbc.co.uk/iplayer/group/p06rrnkm what would stop the recursion? -- terry l. ridder ><> ___ get_iplayer mailing list

Re: Yesterday in Parliament - not quite OT

2019-09-26 Thread RS
On 26/09/2019 17:55, I wrote: Example get_iplayer --pid=https://www.bbc.co.uk/iplayer/episode/m00095g0/wednesday-in-parliament-25092019 or get_iplayer --pid=m00095g0 The Prime Minister's Statement is get_iplayer

Re: Yesterday in Parliament - not quite OT

2019-09-26 Thread RS
On 26/09/2019 16:33, Charles Johnson wrote: On 26/09/2019 10:53, James Scholes wrote: https://www.bbc.co.uk/programmes/m00097ry Regards, James Scholes Thanks. I think therefore that there's usually a 'title' involved and that it's a question of getting the right one... Go to

Re: Yesterday in Parliament - not quite OT

2019-09-26 Thread Charles Johnson
On 26/09/2019 10:53, James Scholes wrote: https://www.bbc.co.uk/programmes/m00097ry Regards, James Scholes Thanks. I think therefore that there's usually a 'title' involved and that it's a question of getting the right one... ___ get_iplayer

Re: Yesterday in Parliament - not quite OT

2019-09-26 Thread James Scholes
https://www.bbc.co.uk/programmes/m00097ry Regards, James Scholes On 26/09/2019 at 10:38 am, Charles Johnson wrote: This is a difficult one to unravel, but i was under the impression that the BBC (Parliament channel?) produced continuous coverage of parliamentary sessions. I'm trying to get

Yesterday in Parliament - not quite OT

2019-09-26 Thread Charles Johnson
This is a difficult one to unravel, but i was under the impression that the BBC (Parliament channel?) produced continuous coverage of parliamentary sessions. I'm trying to get hold of the full Boris Johnson coverage from yesterday but am unsure how to go about it ... Does it just come under

Re: iPlayer Radio Switch Off

2019-09-16 Thread Owen Smith
Mandatory BBC account login and no access to higher bit rate streams means I have zero interest in BBC Sounds. I don't want my feed personalised! Luckily I have a SqueezeBox and I use the excellent third party iPlayer plugin for that for my BBC radio needs. -- Owen Smith Cambridge, UK > On

Re: iPlayer Radio Switch Off

2019-09-16 Thread Peter Corlett
On Mon, Sep 16, 2019 at 09:28:53AM +0200, Dave Widgery wrote: [...] > Although I sympathise with your views on the daily mail, to respond with > criticism without any attempt to provide a more reliable source for the news > which many people on this group may be interested is very unhelpful. The

Re: iPlayer Radio Switch Off

2019-09-16 Thread Jim web
I thought this had already been dealt with. The primary source for the DH, etc, IIUC, is https://www.bbc.co.uk/blogs/aboutthebbc/entries/adef1e89-66e4-4387-ba19-e2942a3d090a?ns_source=twitter_linkname=corporate_campaign=about_the_bbc_mchannel=social I may be mistaken, but... I've emailed BBC

Re: iPlayer Radio Switch Off

2019-09-16 Thread Owen Smith
This has been discussed before on this list a couple of weeks ago. It's only the Apps that are going, iPlayer web site is staying. Whether Apps means just phones or includes things like the Firestick is less clear. -- Owen Smith Cambridge, UK > On 16 Sep 2019, at 09:39, CJB wrote: > > Er -

Re: iPlayer Radio Switch Off

2019-09-16 Thread CJB
Er - Daily Mail actually. Sorry to understand that you don't have a delete (& ignore) option. CJB On 16/09/2019, David Woodhouse wrote: > On Mon, 2019-09-16 at 05:58 +0100, CJB wrote: >> https://www.dailymail.co.uk/news/article-7467267/BBC-start-switching-iPlayer-Radio-app-today.html > > No

Re: iPlayer Radio Switch Off

2019-09-16 Thread Dave Widgery
Hi David Although I sympathise with your views on the daily mail, to respond with criticism without any attempt to provide a more reliable source for the news which many people on this group may be interested is very unhelpful. Are you saying that the article is total fiction? have you even read

Re: iPlayer Radio Switch Off

2019-09-16 Thread Dave Widgery
I wonder how this might affect other apps, currently I use a firestick in my TV for TV and Radio. There is no Sounds app for my version of Firestick so I have use a third party app, I currently use an app called MyTuner for playing BBC live radio , which presumably rely on a live stream being

Re: iPlayer Radio Switch Off

2019-09-16 Thread David Woodhouse
On Mon, 2019-09-16 at 05:58 +0100, CJB wrote: > https://www.dailymail.co.uk/news/article-7467267/BBC-start-switching-iPlayer-Radio-app-today.html No Daily Heil links on this list please. If you can't find it in a reputable news medium, don't post it. smime.p7s Description: S/MIME cryptographic

iPlayer Radio Switch Off

2019-09-15 Thread CJB
https://www.dailymail.co.uk/news/article-7467267/BBC-start-switching-iPlayer-Radio-app-today.html CJB ___ get_iplayer mailing list get_iplayer@lists.infradead.org http://lists.infradead.org/mailman/listinfo/get_iplayer

Re: TV downloads now coming as .hls.ts rather than .mp4. What have I done wrong?

2019-09-07 Thread Budge
On 07/09/2019 21:45, Budge wrote: > I have just found a bunch of TV downloloads that have come as .hls.ts > rather than .mp4 files. > > This may have something to do with a recent update; I am on v3.22 at > present but have not been following the changes so have no idea what is > going on. > >

TV downloads now coming as .hls.ts rather than .mp4. What have I done wrong?

2019-09-07 Thread Budge
I have just found a bunch of TV downloloads that have come as .hls.ts rather than .mp4 files. This may have something to do with a recent update; I am on v3.22 at present but have not been following the changes so have no idea what is going on. Can I change something in my settings so I can get

Re: Goodbye iPlayer Radio

2019-09-06 Thread David Cantrell
On Fri, Sep 06, 2019 at 03:11:35AM +0100, Owen Smith wrote: > BBC Sounds is new and trendy (to BBC eyes). Podcasts are the up and coming > thing (only at least a decade late there chaps, never mind). The BBC has been doing podcasts for longer than that. -- David Cantrell | top google result

Re: Goodbye iPlayer Radio

2019-09-06 Thread Jim web
In article <4619fdba-1240-4b63-b6bc-47184774f...@cantab.net>, Owen Smith wrote: > It is only the iOS and Android apps that are going, to force people to > use the much derided BBC Sounds app instead. The iPlayer web site is > staying, so get_iplayer will likely be unaffected. I suspect something

Re: Goodbye iPlayer Radio

2019-09-06 Thread Jim web
In article , CJB wrote: > Wonder what'll we do now ... ?? > https://www.dailymail.co.uk/news/article-7429429/BBC-bosses-scrap-iPlayer-Radio-focus-Sounds-app-despite-complaints.html Read an actual newspaper, and ignore the Daily B00lox? [1] TBH I realised *many* years ago that anything in the

Re: Goodbye iPlayer Radio

2019-09-05 Thread artisticforge Niemand
hello Owen; I stil have some of those mp3 at 128k for radio programs. Earthsearch comes to mind. Strings of Pearls with Dewi Griffiths Radio Wales. Dewi retied several years ago. I miss him. On Thu, Sep 5, 2019 at 9:11 PM Owen Smith wrote: > > BBC Sounds is new and trendy (to BBC eyes).

Re: Goodbye iPlayer Radio

2019-09-05 Thread artisticforge Niemand
hello Owen; I fail to understand the logic of the BBC. Why support two different apps when the current single app is doing just fine. On Thu, Sep 5, 2019 at 8:12 PM Owen Smith wrote: > > It is only the iOS and Android apps that are going, to force people to use > the much derided BBC Sounds

Re: Goodbye iPlayer Radio

2019-09-05 Thread Owen Smith
It is only the iOS and Android apps that are going, to force people to use the much derided BBC Sounds app instead. The iPlayer web site is staying, so get_iplayer will likely be unaffected. -- Owen Smith Cambridge, UK > On 5 Sep 2019, at 23:56, artisticforge Niemand > wrote: > > hello >

Re: Goodbye iPlayer Radio

2019-09-05 Thread artisticforge Niemand
hello that is a kick in the teeth. what does that mean for the Sunday morning. Hymn Half Hour, Hymns On Sunday, Dawn Chorus, Celebration, In Praise of God, Sunday Service, Sunday Worship, Sunday Programme, Richard Corrie from Radio Cumbria. Sunday Night Sounds Sacred on Radio Ulster Roy Noble

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-05 Thread RS
On 05/09/2019 11:41, I wrote: On 05/09/2019 10:34, Jeremy Nicoll - ml gip wrote: The relevant Functional cookie for region setting seems to be ckps_tap_​explicit Stores parental guidance settings, favourited content (for non-signed in users), content consumption information (for

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-05 Thread RS
On 05/09/2019 10:34, Jeremy Nicoll - ml gip wrote: On 2019-09-05 09:59, Jim web wrote: I'm using FF in the standard version current for Linux Mint xfce LTS. I've turned off all the things I regard as 'snoopy', but not made other changes to FF beyond tweaking the scaling and using my own home

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-05 Thread Jeremy Nicoll - ml gip
On 2019-09-05 09:59, Jim web wrote: I'm using FF in the standard version current for Linux Mint xfce LTS. I've turned off all the things I regard as 'snoopy', but not made other changes to FF beyond tweaking the scaling and using my own home page listing the URLs I use a lot. And what

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-05 Thread Jim web
In article , Jeremy Nicoll - ml gip wrote: > On 2019-09-04 14:46, Jim web wrote: > > A give-away is to look at 7:30pm on Monday. Here in Scotland that was > > the programme about travelling the Scottish Lochs. I've not yet found > > a schedule which includes this. > I just went to the BBC1

Goodbye iPlayer Radio

2019-09-05 Thread CJB
Wonder what'll we do now ... ?? https://www.dailymail.co.uk/news/article-7429429/BBC-bosses-scrap-iPlayer-Radio-focus-Sounds-app-despite-complaints.html Chris B. ___ get_iplayer mailing list get_iplayer@lists.infradead.org

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jeremy Nicoll - ml gip
On 2019-09-04 14:46, Jim web wrote: A give-away is to look at 7:30pm on Monday. Here in Scotland that was the programme about travelling the Scottish Lochs. I've not yet found a schedule which includes this. I just went to the BBC1 schedule, scrolled down to the foot, clicked to change from

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread James Scholes
On 04/09/2019 at 5:14 pm, Jim web wrote: That's interesting because I tried 'yesterday', etc a while ago and they got the "nae chance, pal" responses! They look to have been implemented as far back as September 2017 for this new frontend, but it's anyone's guess what the time period is

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In article <7da31d6e-1c5d-3501-22bf-bc979197b...@jls-radio.com>, James Scholes wrote: > This URL successfully takes me to the BBC One Scotland HD schedule for > Tuesday September 3rd: > https://www.bbc.co.uk/schedules/p013blmc/yesterday That's interesting because I tried 'yesterday', etc a

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread James Scholes
On 04/09/2019 at 3:00 pm, Jim web wrote: Shame that there seems not to be a static way to tell the parsing 'yesterday' as per the established URLs I have been using. This URL successfully takes me to the BBC One Scotland HD schedule for Tuesday September 3rd:

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In article , James Scholes wrote: > Here's the full list (although not all PIDs are guaranteed to have an > associated schedule). You can add the "/today" suffix after the PID if > you want, and you'll get the expected result. But the URL goes to the > same place with or without it. >

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In article , James Scholes wrote: > Here's the full list (although not all PIDs are guaranteed to have an > associated schedule). You can add the "/today" suffix after the PID if > you want, and you'll get the expected result. But the URL goes to the > same place with or without it. [big snip]

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In article <648b0d0a-008d-f1f0-1ed9-e8b30816d...@zoho.com>, RS wrote: > It may be Firefox that is responsible. May be. If so a PITA for many people. > I get similar behaviour running Firefox under kubuntu if I select Change > location at the top right or bottom left. At the top of the page

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread James Scholes
Here's the full list (although not all PIDs are guaranteed to have an associated schedule). You can add the "/today" suffix after the PID if you want, and you'll get the expected result. But the URL goes to the same place with or without it. BBC ALBA (Scotland): p00fzl67 تلفزيون بي بي سي

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread RS
On 04/09/2019 13:09, Jim web wrote: Alas, whenever I try to change London to Scotland the change appears for a second, then reverts to London! Most of the time this doesn't matter, but it does if I want one of the opt-out items. I'm using FireFox for the javascripting browser. The

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In article <417177043.421469.1567597295...@mail2.virginmedia.com>, mccarthy kevin wrote: > How about these for TV URLs? > https://www.bbc.co.uk/iplayer/guide/bbcone > https://www.bbc.co.uk/iplayer/guide/bbctwo > https://www.bbc.co.uk/iplayer/guide/bbcfour Thanks. Yes. I'd also just

Re: semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread mccarthy kevin
Yep, the main radio URLs seem to have changed. I use AutoHotkey to manipulate the URL to go to radio pages but I dont look at the TV pages. How about these for TV URLs? https://www.bbc.co.uk/iplayer/guide/bbcone https://www.bbc.co.uk/iplayer/guide/bbctwo

semi-OT: BBC shedule URL parsing quirks

2019-09-04 Thread Jim web
In the last day or two I've seen a problem crop up (again) which I've seen in the past. Then it went away after a while, but is now back and is a PITA. My habit is to look though the schedules by setting up a 'home' page for my browser than includes links to the various channels for 'today' and

pvr searches

2019-08-24 Thread artisticforge Niemand
I have two pvr searches ../.get_iplayer/pvr/proms_in_the_park type radio search0 BBC Proms and ../.get_iplayer/pvr/proms_in_the_park_tv type tv search0 BBC Proms disable 1 I assumed that this would only fetch BBC Proms radio programs and not the tv programs. However;

Re: GiP 3.22

2019-08-22 Thread RS
On 21/08/2019 14:26, CJB wrote: A few issues with refrashing the Radio cache ... ... WARNING: Got 0 programmes for BBC Radio Bristol schedule page (HTML): https://www.bbc.co.uk/schedules/p00fzl75/2019/w32 WARNING: Failed to parse BBC Radio Bristol schedule page:

GiP 3.22

2019-08-21 Thread CJB
A few issues with refrashing the Radio cache ... C:\Program Files (x86)\get_iplayer>get_iplayer --type=radio --force waterson get_iplayer 3.22.0-MSWin32, Copyright (C) 2008-2010 Phil Lewis This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty. This is free software, and

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread MacFH - C E Macfarlane
Please see below ... On 20/08/2019 14:03, John Reay wrote: The latest version on the ppa for my distro (Mint 19) is still 3.21 :( ...guess I'll have to wait a day or two. Why don't you install the latest package available to you and then simply overwrite the files with v3.22 ones? I've

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread RS
On 20/08/2019 14:03, John Reay wrote: The latest version on the ppa for my distro (Mint 19) is still 3.21 :( ...guess I'll have to wait a day or two. In the meantime you can work with PIDs. Alternatively go to https://github.com/get-iplayer/get_iplayer/wiki/unix#cli and scroll down to

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread John Reay
The latest version on the ppa for my distro (Mint 19) is still 3.21 :( ...guess I'll have to wait a day or two. On Mon, 19 Aug 2019 at 18:29, Mark Carroll wrote: > > On 19 Aug 2019, MacFH wrote: > > > As per subject, cannot access any programme schedules using GiP v3.17 > > tonight. For

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread Mark Carroll
On 20 Aug 2019, Mark Carroll wrote: > $ get_iplayer --type=tv --available-since 48 search '.*' | grep -E > '^[[:digit:]]+:' | wc -l > 84 > > Could be I'm doing something wrong. --cache-rebuild fixed my issue. -- Mark ___ get_iplayer mailing list

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread MacFH - C E Macfarlane
Please see below ... On 20/08/2019 10:30, RS wrote: On 20/08/2019 09:52, MacFH - C E Macfarlane wrote: Thanks for the various replies ... On 20/08/2019 00:17, RS wrote: On 19/08/2019 23:44, I wrote: On 19/08/2019 23:29, Mark Carroll wrote: On 19 Aug 2019, MacFH wrote: As per subject,

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread RS
On 20/08/2019 09:52, MacFH - C E Macfarlane wrote: Thanks for the various replies ... On 20/08/2019 00:17, RS wrote: On 19/08/2019 23:44, I wrote: On 19/08/2019 23:29, Mark Carroll wrote: On 19 Aug 2019, MacFH wrote: As per subject, cannot access any programme schedules using GiP v3.17

Re: GiP v3.17 - Cannot download programme schedules tonight

2019-08-20 Thread MacFH - C E Macfarlane
Thanks for the various replies ... On 20/08/2019 00:17, RS wrote: On 19/08/2019 23:44, I wrote: On 19/08/2019 23:29, Mark Carroll wrote: On 19 Aug 2019, MacFH wrote: As per subject, cannot access any programme schedules using GiP v3.17 tonight.  For example ... WARNING: Got 0 programmes

<    4   5   6   7   8   9   10   11   12   13   >