mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
2020-01-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'pypad-shoutcast1.py' script that threw an exception when processing PAD containing multi-type UTF-8 characters. * Added a 'python36-urllib3' dependency to the 'rivendell-pypad' RPM package.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; This is the sample configuration for the 'pypad_shoutcast1.py' script for
|
||||
; Rivendell, which can be used to update the metadata on an Shoutcast 1.x
|
||||
; Rivendell, which can be used to update the metadata on a Shoutcast
|
||||
; server using Now & Next data.
|
||||
|
||||
|
||||
@@ -9,6 +9,12 @@
|
||||
; 'Shoutcast1' and working up consecutively
|
||||
[Shoutcast1]
|
||||
|
||||
; Username
|
||||
;
|
||||
; The username for the Shoutcast server instance to which to send updates.
|
||||
; (This option is seldom required).
|
||||
Username=
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Shoutcast server instance to which to send updates.
|
||||
@@ -30,7 +36,7 @@ Tcpport=8000
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=%a%20-%20%t
|
||||
FormatString=%a - %t
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
|
Reference in New Issue
Block a user