These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

No specified modes error message

user-870

I have been using get_iplayer on a Windows 8 machine for a year or so with no real issues.
Tonight 27/2/2015 - it wasn't able to download a number of radio programmes reporting them all thus:

10671: Book of the Week - Tim Jeal - Explorers of the Nile: Episode 5, BBC Radio 4 Extra,
INFO: 1 Matching Programmes
INFO: Checking existence of default version
INFO: No specified modes (flashaachigh,flashaacstd,flashaudio,flashaaclow) available for this programme with version 'default' (try using --modes=)
INFO: You may receive this message if you are using get_iplayer outside the UK
ERROR: Failed to record 'Book of the Week - Tim Jeal - Explorers of the Nile: Episode 5 (b0156mt3)'

I tried to download with this CLI
get_iplayer --force --type radio --get --pid b0156mt3
And get similar error messages.

INFO: 1 Matching Programmes
INFO: Checking existence of default version
INFO: No specified modes (flashaachigh,flashaacstd,flashaudio,flashaaclow) available for this programme with version 'default' (try using --modes=)
INFO: You may receive this message if you are using get_iplayer outside the UK

I tried using --modes=wma
I am in the Uk using a btbroadband service.

Have the BBC yet again changed something that prevents get_iplayer downloads?
Philip

user-585

Downloads fine for me. Are you using version 2.91 of get_iplayer?

user-870

Ah... Thought I was - Looks like its v2.90.
I'll upgrade to v2.91 and report back.
Philip

user-870

I've upgraded to V2.91 and its all back to normal.
Also used --helplong to find out that --tag-ID3sync exists to fix the thumbnail display in Windows.
Also had to change the
--file-prefix <nameshort>-episode>-<senum>
to
--file-prefix <name>-<episode>-<senum>
To get back to my usual file naming.

For Windows users you have to update the
C:\ProgramData\get_iplayer\options
file by adding the following lines (slightly different syntax to that used in the CLI interface:-

file-prefix <name>-<episode>-<senum>
tag <id3sync>

Many thanks - next time I must not be lazy and will always get the latest version!
Philip

user-2

Quote:Quote:
For Windows users you have to update the
C:\ProgramData\get_iplayer\options

I recommend that you not maintain options in that file. That is the system options file, applied for every user. It is managed by the installer, and may be removed during uninstall. Most people probably don't have multi-user systems, but it is still better to set any custom options in the user options file (
Code:
%USERPROFILE%\.get_iplayer\options
). Use
Code:
--prefs-add
and
Code:
--prefs-del
to manage preferences. See the Examples page in wiki.

Quote:tag <id3sync>

That will be ignored. The correct form is
Code:
tag_id3sync 1
. Again, use
Code:
--prefs-add
and get_iplayer will write the proper format.

user-2

Error in last post (now corrected): user options file is
Code:
%USERPROFILE%\.get_iplayer\options

user-870

Thanks for the update.
Because I have never used the --prefs-add command a 'user' profile was never been created. I originally looked for an options file and just found the programme one.
I can also better understand the syntax in the profile file to that used for the CLI.

The W8 machine I use is headless - no keyboard or screen. I access via Remote Desktop Connection.
It also switches itself on at 5pm and off at 11pm or I can boot via WakeMeOnLan or an iPhone app. My smart TV can then see see all the radio and video folders & files so I can play the material on the TV. It's an old Dell 520 and has been very stable under W8 once the original video card (now not needed) was replaced.

Years ago I did some unix CLI training for Netware 2.15 so a lot of catching up to do...
Phikip

These forums are archived

See this post for further info