naomiaro
b10c2cfe2a
can find overlapping shows now for moving.
2010-12-09 17:02:37 -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
paul.baranowski
d5b50ffdca
Merge branch 'master' of dev.sourcefabric.org:campcaster
2010-11-18 14:41:20 -05:00
paul.baranowski
8014f94c58
Fixed whitespace to standard coding conventions.
2010-11-18 14:39:03 -05:00
naomiaro
56abfaf28e
using fieldnames in propel not phpnames
2010-11-18 10:24:05 -05:00
naomiaro
52fe579ce4
making propel use fieldnames not php names in playlist getcontents
2010-11-17 18:08:46 -05:00
paul.baranowski
31fd85a29f
Fixed bug where the metadata was not loading correctly in StoredFile.
...
Added more descriptive titles to Playlist UnitTests.
Added a test to get that the media file clip length is set/get correctly.
2010-11-15 17:02:18 -05:00
paul.baranowski
228aca224e
Got rid of function getAudioClipInfo().
2010-11-15 16:35:55 -05:00
naomiaro
fa186be7a1
id variable change for metadata.
2010-11-15 16:16:15 -05:00
paul.baranowski
fc8c964d52
Fixed StoredFile constructor to only load metadata when passing in an ID.
...
Added a test for StoredFile::loadMetadata().
2010-11-15 15:58:48 -05:00
naomiaro
eafd10a669
playlist tests, prob will work when file meta data is working.
2010-11-15 13:22:09 -05:00
naomiaro
65a823561d
Merge branch 'master' of dev.sourcefabric.org:campcaster
...
Conflicts:
backend/tests/PlaylistTests.php
2010-11-15 11:01:00 -05:00
naomiaro
5352d7d4ef
test editing.
2010-11-15 10:52:45 -05:00
naomiaro
f1f8badd16
Playlist tests updated
2010-11-15 10:52:14 -05:00