Update to new PyPAD API

This commit is contained in:
Patrick Linstruth 2018-12-19 09:15:06 -08:00
parent 7259c14b39
commit 306b0c3d87
4 changed files with 6 additions and 15 deletions

View File

@ -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
;

View File

@ -20,8 +20,6 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
from __future__ import print_function
import os
import sys
import socket

View File

@ -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
;

View File

@ -20,8 +20,6 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
from __future__ import print_function
import os
import sys
import socket