Update get_iplayer to 2.92
Version 2.92 -- Fri, 13 Mar 2015 * Tag version 2.92 * Hold off on Makefile changes * Makefile changes * Sort programme types in help text * Pick up flashlow stream from mobile data * Clean up Kodi .nfo files * Updated help text and man page * No ddlaacmed mode * Automatically use mediaselector/4 for obvious archive programmes * Added World Service to generated HLS live radio streams * Fixed playlist URL parsing in archive pages * Reinstate --mediaselector option (for archive programmes) * Update ddlaac modes * Combine AAC and MP3 in "shoutcast" mode alias for live radio * Rework live stream location override options * Rework default programme version determination * Tweak mode size formatting * Fixed incorrect processing of --stop and --start in HLS streamer * Make --check-duration aware of --start and --stop * Ignore rtmpdump error code = 2 with --stop * When selecting default, ignore versions with only subtitles stream * Don't check if main script writable on update unless it will be written * Update live radio options in man page * Updated Flash player URL * Added --liveradio-intl option, removed "nonuk" mode alias * Remove live radio mode list exception for World Service * Removed deleted live Flash stream for World Service * Fixed priority order of HLS live streams * Added --no-proxy option * Added DDL opts to manpage * Cache listing with earliest availability when using schedule feeds * Cache mis-catalogued news programmes * Generate all additional live streams with --live{tv,radio}-uk * Web PVR: Fixed escaping in form param parsing * Revamped support for direct download AAC files * Removed unnecessary thumbnail download notice * Don't attempt to tag file with --raw * Add full metadata to media clips (changes re-applied) * Revert clip metadata changes * Added shoutcast options to man page * Removed rtsp recording modes * Ignore --mediaselector option * Added support for direct download AAC files * Added support for Shoutcast live radio streams * Revamped stream data processing * Don't create series web link if no parent entity * Handle rare subseries (split episodes) * Move fallback metadata collection to ensure title is populated first * Process all programme versions (including duplicates) to find stream info * Cache audio described programmes from ION feeds * Added additional HD/SD streams with --hds-livetv * Fix runtime in Freevo/Kodi metadata * widen first column in --dump-options output * Updated SWF player URL * bump dev version
This commit is contained in:
parent
3068016515
commit
ab523aa2d3
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/01/17 12:33:14 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/03/14 00:29:09 prlw1 Exp $
|
||||
|
||||
DISTNAME= get_iplayer-2.91
|
||||
DISTNAME= get_iplayer-2.92
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= ftp://ftp.infradead.org/pub/get_iplayer/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/01/17 12:33:14 prlw1 Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/03/14 00:29:09 prlw1 Exp $
|
||||
|
||||
SHA1 (get_iplayer-2.91.tar.gz) = ac1756c3a9a0b857caffab3977fbcc3312c839dd
|
||||
RMD160 (get_iplayer-2.91.tar.gz) = b2257fb8e6ce8f544a50e85da1811be236ad0b5e
|
||||
Size (get_iplayer-2.91.tar.gz) = 271114 bytes
|
||||
SHA1 (get_iplayer-2.92.tar.gz) = 683b89912a0f31e6508a9761f27354089524b1ba
|
||||
RMD160 (get_iplayer-2.92.tar.gz) = 4e1f5cc2235c1a05825941426b57cc283e643c37
|
||||
Size (get_iplayer-2.92.tar.gz) = 275682 bytes
|
||||
SHA1 (patch-aa) = e15a98daae71135936329d29766a3b70dc845326
|
||||
SHA1 (patch-windows_get_iplayer_setup.cgi) = 1f87f0bb74c5883e875cb7676dfd61461dc2cbd0
|
||||
|
|
Loading…
Reference in a new issue