2018-12-11 Fred Gleason <fredg@paravelsystems.com>

* Renamed 'apis/PyPAD/examples/pypad_test.py' to
	'apisPyPAD/tests/pad_test.py'.
	* Added a 'hostName' field to the JSON PAD 'padUpdate' object.
	* Added a 'PyPAD.Update::hostName()' method.
	* Added a 'shortHostName' field to the JSON PAD 'padUpdate' object.
	* Added a 'PyPAD.Update::shortHostName()' method.
	* Added a 'PyPAD.Update::resolveFilepath()' method.
	* Added 'apis/PyPAD/tests/filepath_test.py.
	* Added 'api/PyPAD/examples/pypad_filewrite.py'.
This commit is contained in:
Fred Gleason
2018-12-12 13:20:24 -05:00
parent e6b46cca76
commit 0302445c0b
12 changed files with 184 additions and 154 deletions

View File

@@ -250,7 +250,7 @@ AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not fou
#
# Check for Python
#
AM_PATH_PYTHON([2.7])
AM_PATH_PYTHON([3])
#
# Check for FLAC
@@ -466,6 +466,7 @@ AC_CONFIG_FILES([rivendell.spec \
conf/rd-bin.conf \
icons/Makefile \
helpers/Makefile \
helpers/install_python.sh \
apis/Makefile \
apis/PyPAD/Makefile \
apis/PyPAD/api/Makefile \
@@ -553,6 +554,8 @@ AC_CONFIG_FILES([rivendell.spec \
])
AC_OUTPUT()
chmod 755 helpers/install_python.sh
#
# Create symlinks in 'utils/rdselect_helper/'
#