Commit Graph

4998 Commits

Author SHA1 Message Date
martin 6ee3d2f5e0 cc-2683: not using utc time
-date/time values are converted to UTC before storing in database
 on show create
-cleanup
2011-08-16 15:06:02 -04:00
James 4f2b2dba6d CC-2607: Abilitiy to adjust stream bitrate, type, etc from the UI
interface

- dummy page "Stream Setting" page for the test
- StreamSetting model is added
- set owner and group as 'pypo' for liquidsoap.cfg
- pypofech handle 'update_stream_setting' command
2011-08-15 16:10:46 -04:00
James e18c0903cb -version string changes 2011-08-15 11:11:55 -04:00
James 75d0e64bdd Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-08-15 11:10:20 -04:00
James 9cad6fe766 -version string changes 2011-08-15 11:10:01 -04:00
martin 6936866c5c Merge branch 'cc-1942-change-timezone-via-web-ui' of dev.sourcefabric.org:airtime into cc-1942-change-timezone-via-web-ui 2011-08-15 10:07:03 -04:00
martin b538f1cc82 CC-1942: Add ability to set timezone in preferences
-change timezone in python
2011-08-15 10:06:42 -04:00
martin 84ec62eeca CC-1942: Add ability to set timezone in preferences
-Can change the timezone for PHP. Need to change for python as well.
2011-08-15 10:06:42 -04:00
martin 094f39709f CC-1942: Add ability to set timezone in preferences
-change timezone in python
2011-08-12 16:53:24 -04:00
James 13285fdd63 CC-2607: Ability to adjust stream bitrate, type, etc from UI interface
- created table cc_stream_setting and it's initial entries
- pypo installation will generate liquidsoap.cfg on install time
based on information on cc_stream_setting table
2011-08-12 15:19:30 -04:00
martin 22c25e7f18 CC-1942: Add ability to set timezone in preferences
-Can change the timezone for PHP. Need to change for python as well.
2011-08-12 14:14:07 -04:00
James 1c81d0d238 CC-2631: Convert pypo to accept commands from RabbitMQ
- initial commit
2011-08-11 16:20:20 -04:00
James 4125f83ae7 CC-2590: Make bitrate for liquidsoap adjustable, support multiple
stream

- done
2011-08-11 14:43:45 -04:00
james 3dca3fd800 CC-2590: support multiple stream on liquidsoap
- temp commit
2011-08-10 18:04:48 -04:00
James ceea384154 - exit uninstall if virtualenv is not found 2011-08-09 12:11:00 -04:00
James 691a83ccd0 - version string and changelog changes 2011-08-09 11:44:11 -04:00
James b9d969e45a CC-2656: Change user manual link on help page
- done
2011-08-09 11:35:25 -04:00
James ad67fbab56 CC-2655: parseInt was using octat radix
- Change parseInt() to use 10(decimal) radix
2011-08-09 11:26:12 -04:00
James 1f35fb3534 CC-2652: Change initil timpstamp to zero
- done
2011-08-09 10:46:34 -04:00
James 968c0f96a2 CC-2651: import idicator
- Threshold is 10 seconds
- record timestamp once every 5 seconds
- "File import inprogress..." displays above search box
- pyinotify read_freq changed to 0.1 from 1
2011-08-09 10:40:10 -04:00
James 05b2a9679b CC-2651: Prevent chaning the storage dir while import is happening
- done
2011-08-08 17:07:52 -04:00
James bfa2fa6535 Merge branch 'cc-2652-display-info-about-import' into devel 2011-08-08 16:32:59 -04:00
James 773f948d58 - some unintended changes were pushed to devel 2011-08-08 16:26:18 -04:00
James 65a758c9d7 - upgrade was failing due to bug in the to_encode() function 2011-08-08 15:27:37 -04:00
James e73061e181 CC-2652: The class was missing functions
- fixed
2011-08-08 15:12:52 -04:00
James 349e26dcee CC-2652-adding default import value into db on install
- done
- extra fix: add unique id on upgrade to 1.9.0
2011-08-08 15:06:55 -04:00
James 9ff5bdaf0f CC-2652: display info about import
- temp commit
2011-08-08 14:44:05 -04:00
James c0e07dbd9e Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts:
	install_minimal/upgrades/airtime-1.9.0/airtimefilemonitor/airtimemetadata.py
	python_apps/media-monitor/airtimefilemonitor/airtimemetadata.py
	utils/airtime-import/airtime-import.py
2011-08-08 10:44:06 -04:00
James 3a2d736b1c CC-2633: removing to_unicode()
- removed to_unicode() function calls where it's not neccessary.
2011-08-08 10:41:11 -04:00
Daniel James 0d03f5f022 Fixed incorrect path to liquidsoap log file 2011-08-08 12:15:05 +01:00
James 8995e828ff CC-2633: added new encode_to()
- added encode_to() to api_client
- replaced .encode() with new encode_to()
2011-08-05 15:12:55 -04:00
Naomi Aro a199585cb9 CC-2647 : Check MD will fit db constraints in Airtime 2011-08-05 15:12:55 -04:00
James 375cfb2c2d CC-2633: moving to_unicode() to api_client.py
- move to_unicode() to api_client.py
- fixed how it decodes path in airtime-import.py
2011-08-05 15:12:55 -04:00
Naomi Aro e2a5344e6e removing useless line 2011-08-05 15:12:55 -04:00
Daniel James 80e94cccc1 Fixed out of date URL in INSTALL file 2011-08-05 15:12:55 -04:00
James 938c503e85 CC-2633: media monitor crashes on non-ascii files and metadata
- fixed bug for the case where mutagen return None for metadata
- fixed bug for non-ascii files and metadata
2011-08-05 15:12:55 -04:00
James 6c6776e2ce - version string change 2011-08-05 15:12:55 -04:00
Paul Baranowski f06ce34923 Rearranged format to show which libraries were for which part of the application. Added in RabbitMQ. 2011-08-05 15:12:55 -04:00
James e8b805f59c CC-2639: Airtime Full installation does not install virtualenv
- fixed
2011-08-05 15:09:04 -04:00
James cd64287611 - version string change 2011-08-05 15:09:04 -04:00
James b5f232ccaf CC-2633: airtime-import of relative path crashes
- fixed
- using copyfile() instead of copy()
2011-08-05 15:09:04 -04:00
James ee943958d6 CC-2633: airtime-import of relative path crashes
- using copy() instead of copy2()
- copy2() causes some time issue with media monitor
2011-08-05 15:09:04 -04:00
James 5124fa67d3 CC-2626: long numbers after the dot should be truncated
- fixed
2011-08-05 15:09:04 -04:00
Naomi Aro dfb7ca69f6 CC-2632 : Language metadata from version 1.8 doesn't exist in 1.9 metadata 2011-08-05 15:09:03 -04:00
James 83432e1996 CC-2634: Downloading a file with a non-ASCI name, doesn't
show up those chars

- removed pathinfo() call and manually parsing the basefile name.
2011-08-05 15:09:03 -04:00
Daniel James 104e1cd289 Removed duplicate stanza for RabbitMQ 2011-08-05 15:09:03 -04:00
Daniel James f90babbb85 Added more license details to LICENSE_3RD_PARTY file 2011-08-05 15:09:03 -04:00
Paul Baranowski 1044c3c6f7 CC-2635: RabbitMQ missing from LICENSE_3RD_PARTY. Fixed. 2011-08-05 15:09:03 -04:00
Naomi Aro 8a9edb2832 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00
Naomi Aro 84b0f33f92 CC-2621 : Support upgrades from 1.7.0 2011-08-05 15:09:03 -04:00