naomiaro
4e2c791bd3
putting in context menu for shows, simple delete.
2010-12-10 17:59:57 -05:00
paul.baranowski
5e04c806bd
Many fixes to the pypo installer scripts.
2010-12-10 17:48:29 -05:00
naomiaro
71735b683d
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-12-10 15:44:56 -05:00
naomiaro
52c8bc3a01
tells you what shows overlap on add, re adds datepickers to newly displayed form.
2010-12-10 15:44:36 -05:00
paul.baranowski
7ab3fe6a23
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-12-10 14:11:31 -05:00
paul.baranowski
53d1e62ab1
Forgot to add this file yesterday as part of the API conversion to Zend Framework.
2010-12-10 14:11:04 -05:00
naomiaro
cc1715426f
added case for non ending shows
2010-12-10 12:51:36 -05:00
naomiaro
def79d7679
Merge branch 'master' of dev.sourcefabric.org:campcaster
...
Conflicts:
.zfproject.xml
2010-12-10 12:18:51 -05:00
naomiaro
d94063fbe4
changed how shows saved in database to make keeping track of host permissions easier.
2010-12-10 12:15:17 -05:00
paul.baranowski
84c2a3bceb
Converted API functions to Zend Framework. Converted pypo to use
...
the new Zendified URLs. Fixed bugs in the daemontool scripts.
The installed scheduler is still not working at this point, but
getting close.
2010-12-09 18:44:47 -05:00
naomiaro
b10c2cfe2a
can find overlapping shows now for moving.
2010-12-09 17:02:37 -05:00
paul.baranowski
38bc0de9a2
Fixed utils to work with new directory structure.
2010-12-09 15:58:44 -05:00
paul.baranowski
5e4ce5bd4f
Added new audio samples. Removed old files that are no longer in use.
2010-12-09 15:42:05 -05:00
naomiaro
7b22099f12
end dates for shows stored in database are non inclusive.
2010-12-09 14:54:12 -05:00
naomiaro
6ff92ee7b3
can put in multiple days for end show, checks show_end epoch.
...
working on moving shows
2010-12-09 14:33:34 -05:00
naomiaro
8b404f3c62
can type in time
2010-12-08 16:06:47 -05:00
naomiaro
8dbc07e352
using zend form for validation of adding shows, still needs some UI tweaks for showing/hiding options
2010-12-08 15:40:53 -05:00
naomiaro
5490c9935a
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-12-08 00:48:58 -05:00
naomiaro
ac27a2f79c
can add a show repeating or non repeating. need a better dialog though with more validation. Also added additional sql files to build directory.
2010-12-08 00:47:51 -05:00
paul.baranowski
fb665950a1
Fixed some install problems due to the new directory structure.
2010-12-07 18:11:44 -05:00
paul.baranowski
728619d242
Removed old debian files.
2010-12-07 17:45:29 -05:00
paul.baranowski
da400c4b55
Removed duplication of files as a result of merging in the new Zend
...
structure. Moved files around to more sane locations.
2010-12-07 17:38:24 -05:00
paul.baranowski
dd8987cdbc
Merged the model classes from /backend to their new home in /application/models.
...
Copied over the /backend/tests directory and modified the paths to their new
locations.
Moved the liquidsoap directory to be under the pypo directory.
2010-12-07 17:29:28 -05:00
naomiaro
184ee30775
.zfproject.xml
2010-12-07 14:33:40 -05:00
naomiaro
adecb70d91
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-12-07 14:21:06 -05:00
naomiaro
7ef0c18b26
adding zend project folders into old campcaster.
2010-12-07 14:19:27 -05:00
paul.baranowski
80b066a4e1
More improvements to the pypo installer:
...
* Added installation of daemontool scripts
* Put files in more appropriate places
* Renamed files for consistency
2010-12-06 18:44:47 -05:00
Paul Baranowski
a255fc4508
Started adding the scripts to automatically run the scheduler at startup.
2010-12-03 16:03:18 -05:00
Paul Baranowski
3c12256cb8
Started to create pypo install script (install/pypo-install.py).
...
Cleaned up liquidsoap scripts a bit.
Renamed nondbinstall.php to propel-install.php
Removed unused files.
2010-12-03 15:34:18 -05:00
Paul Baranowski
51a1fde9ee
Promoted pypo to top level because it isnt 3rd party.
...
Removed the portage stuff since it is way outdated.
2010-12-02 15:30:40 -05:00
Daniel James
4300fd8d36
Fixed pasting error
2010-11-30 12:55:07 +00:00
Daniel James
aac0ce5eea
Fixed typos
2010-11-30 12:11:48 +00:00
Daniel James
2f11263b4c
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-11-30 11:54:39 +00:00
Daniel James
2646de4268
Added forum registration link and contact details to Quickstart help popup window
2010-11-30 11:53:16 +00:00
paul.baranowski
dabc06ca6d
Updated CREDITS.
2010-11-29 18:44:10 -05:00
paul.baranowski
3613812012
Pypo fixes and improvements
...
General:
* Moved pypo author info into one file
* Added two database columns in schedule table: "schedule_group_played"
and "media_item_played".
API clients:
* Created get_liquidsoap_data() function which allows you
to give arbitrary data to liquidsoap.
* Added documentation
* Renamed functions to make it more obvious what is happening
pypo_cli:
* Got rid of more constants that were not needed
* Created function set_export_source() to reduce code repetition
* Separated the downloading of the schedule from tracking what has
been played. The tracking info is now kept in a separate file.
This fixes the major bug that the playlist keeps restarting for
the first minute of playback.
* converted more print statements to debug statements
pypoTester:
* Now uses samples from the audio_samples directory, and schedules two
audio clips back-to-back.
2010-11-29 18:34:22 -05:00
paul.baranowski
a138424451
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-11-29 14:39:44 -05:00
Daniel James
3e84ec1132
Fixed more out of date references to Campware and LiveSupport
2010-11-29 16:20:17 +00:00
Daniel James
cd5fd3f9c6
Fixed out of date links to Campware and MDLF
2010-11-29 16:08:32 +00:00
Daniel James
75e71b8aed
Fixed out of date links to campware.org
2010-11-29 16:00:59 +00:00
Daniel James
106c4d7293
Added link to Sourcefabric forum in the Help menu
2010-11-29 15:55:46 +00:00
paul.baranowski
d7337be553
Added License info for the project, as well as info about how our
...
software is compatible with 3rd party libs.
Removed files in pypo that are no longer used.
Added AUTHORS file to pypo.
Renamed "LS Live Feed.ogg" to "LiveFeed.ogg".
2010-11-25 16:43:32 -05:00
paul.baranowski
10caa36c70
Added free audio samples from OpSound, removed old audio samples referring
...
to LiveSupport. Added License information for the audio samples.
Added a working silence file.
Pypo:
Changed the Campcaster API client to ignore playlists that have already past.
Updated "cleanup()" function with Jonas fixes.
Cleanup up a lot of print statements, converted to debug statements.
Added missing data from the Campcaster JSON export.
2010-11-24 17:57:55 -05:00
paul.baranowski
8e7e0226e6
Fixed some API stuff to return the right values for pypo.
...
Created a test script to schedule a test file one minute after running it.
Moved the database connection initialization to conf.php instead of in
ui_conf.php.
Changed some includes to rely on the pear path instead of specifying it
directly in the include. This will make it easier to use the system
defaults (for Ubuntu/Debian for example).
2010-11-23 19:21:05 -05:00
paul.baranowski
ef8b8dc54d
Removed unneeded file.
2010-11-19 15:55:40 -05:00
paul.baranowski
a1995671ad
Made the pypo code more modular, moved large chunks of code into their own functions.
2010-11-19 15:53:57 -05:00
paul.baranowski
67d82d1de6
Fixed bug when adding a playlist to the scratchpad.
2010-11-19 15:52:30 -05:00
paul.baranowski
a643e4c755
Fixed all unit tests, they are all working now.
2010-11-19 15:51:58 -05:00
paul.baranowski
1786501b10
Added apiPath to config file.
2010-11-18 18:01:20 -05:00
paul.baranowski
7ade83ae74
Fixes to the liquidsoap scheduler and the API.
...
Added a test() function to api_client.
Fixed bug with the config file.
Added line numbers to the logging.
2010-11-18 18:00:13 -05:00