mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 06:32:34 +02:00
Update to new PyPAD API
This commit is contained in:
parent
7259c14b39
commit
306b0c3d87
@ -1,9 +1,7 @@
|
||||
; pypad_icecast2.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'pypad_icecast2.py' module for
|
||||
; Rivendell, which can be used to update the metadata on an Icecast2
|
||||
; This is the sample configuration file for the 'pypad_icecast2.py' PyPAD script
|
||||
; for Rivendell, which can be used to update the metadata on an Icecast2
|
||||
; mountpoint using Now & Next data.
|
||||
|
||||
;
|
||||
|
||||
; Section Header
|
||||
;
|
||||
|
@ -20,8 +20,6 @@
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
import socket
|
||||
|
@ -1,10 +1,7 @@
|
||||
; pypad_tunein.conf
|
||||
; This is the sample configuration file for the 'pypad_tunein.py' PyPAD script for
|
||||
; Rivendell, which can be used to update the metadata at TuneIn server
|
||||
; using Now & Next data.
|
||||
;
|
||||
; This is the sample configuration file for the 'pypad_tunein' module for
|
||||
; Rivendell, which can be used to update the metadata at TuneIn
|
||||
; server using Now & Next data.
|
||||
;
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
|
@ -20,8 +20,6 @@
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
import socket
|
||||
|
Loading…
x
Reference in New Issue
Block a user