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
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
James
05b2a9679b
CC-2651: Prevent chaning the storage dir while import is happening
...
- done
2011-08-08 17:07:52 -04:00
James
9ff5bdaf0f
CC-2652: display info about import
...
- temp commit
2011-08-08 14:44:05 -04:00
Naomi Aro
a199585cb9
CC-2647 : Check MD will fit db constraints in Airtime
2011-08-05 15:12:55 -04:00
James
5124fa67d3
CC-2626: long numbers after the dot should be truncated
...
- fixed
2011-08-05 15:09:04 -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
James
ce0396961d
CC-2473: plupload: Cannot upload a 250Mb+ file
...
- fixed
- we now use chuck to uploade files
2011-07-29 16:45:13 -04:00
Naomi Aro
96284a2a44
CC-2562 : Allow users to convert linked files into watched directories
2011-07-25 16:21:42 +02:00
Naomi Aro
d3776f4ea9
CC-2582 : Files with a tracknumber that isn't actually a tracknumber don't get imported properly
...
adding more metadata checks so it won't have a database insertion issue.
2011-07-22 12:54:42 +02:00
Naomi Aro
7d79fa7b63
CC-2572 : Set Proper Metadata for a recorded show
2011-07-19 19:02:23 +02:00
Naomi Aro
9aa7b7f403
CC-2572 : Set Proper Metadata for a recorded show
2011-07-19 18:36:10 +02:00
Naomi Aro
ba0458c442
CC-2558 : Delete all files from disk, only allow admins to delete.
2011-07-19 11:00:32 +02:00
Naomi Aro
7edacd89cc
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-18 19:48:34 +02:00
Naomi Aro
c7279f74ca
CC-2558 : Only delete files from disk that are in stor directory and not scheduled etc.
2011-07-18 19:48:20 +02:00
martin
d28c662056
CC-2555: Now Playing page takes roughly 1.4 seconds to load on localhost
...
-fixed
2011-07-18 11:18:38 -04:00
Naomi Aro
4588ebd105
CC-2558 : Only delete files from disk that are in stor directory and not scheduled etc.
2011-07-18 15:28:17 +02:00
martin
cc8ec59f89
-updated comments
2011-07-15 19:32:17 -04:00
James
8f1e0a0767
CC-2553: Exception thrown
...
- fixed
2011-07-15 17:35:16 -04:00
James
2b1a0b4f72
CC-2551:airtime-import:Script doesnot send msg to media monitor
...
- move all error checking and RabitMq calls into MusicDir
functions
- fix in PreferenceController.php so it works with new functions
from MusicDir
2011-07-14 15:43:38 -04:00
james
4acf835fe1
CC-2536:Should set realpath of directory in MusicDir
...
- fixed
2011-07-13 09:49:51 -04:00
james
be7af45c66
CC-2524:Manage Media Folders:No error msg
...
- fixed
- changed error msg text
2011-07-13 09:01:48 -04:00
martin
1411987b01
CC-2534: When copy files into storage folder it says wrong path name
...
filter all functions via realpath which will make directories consistent
2011-07-12 17:05:40 -04:00
martin
1416274882
CC-2529: Create download file API key
...
-users who are authenticed via ZEND_AUTH can now preview files
without using api-key
2011-07-12 14:09:40 -04:00
martin
2c4e2afb8b
-removed airtime-clean-storage.php + airtime-import.php
...
-default created stor dir now has www-data:www-data permission
-created airtime-install.ini file for specifying install defaults
-removed all references to storDir in /etc/airtime/airtime.conf,
and get value from database instead.
2011-07-11 16:14:34 -04:00
james
e47f80802e
CC-2524:MusicDir.php: adding error handling
...
- following functions now handle error and return code and
error message if there is an error:
addDir(), setStorDir(), removeWatchedDir()
- fixed airtime-importy.py to work with new MusicDir functions
2011-07-11 14:00:31 -04:00
james
ece84a04c5
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-08 17:46:50 -04:00
james
9bbd350a3a
Merge branch 'cc-2514-new-airtime-import-script' into devel
2011-07-08 17:46:32 -04:00
james
c0a68e20c2
CC-2514:New airtime-import script
...
- initial commit.
2011-07-08 17:14:01 -04:00
martin
8574eb7063
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-07 16:05:47 -04:00
martin
73da294089
CC-2505: Media monitor doesn't delete some tracks
...
from the Airtime server due character encoding
-fixed
2011-07-07 16:05:34 -04:00
james
25725c5ce2
CC-2520:Phone Home stat:Popup doesn't get disapeared
...
- fixed
2011-07-07 14:09:55 -04:00
james
ba4733ceb6
CC-2460:Popup shouldn't show after X is pressed
...
- changed name to "donotshowregistrationpopup"
2011-07-06 17:02:58 -04:00
martin
6b9066466b
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-06 14:43:01 -04:00
martin
67df619c90
CC-2272: Ability to change storage directory location
...
-done
2011-07-06 14:42:43 -04:00
james
f8b8a6bada
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-06 13:56:51 -04:00
james
a8546e289e
CC-2068:Now playing should use Title/Creator, not Song/Artist
...
- fixed
- removed some unnecessary code.
2011-07-06 13:56:27 -04:00
martin
3d52db5211
CC-2494: Uploading songs getting a 500 error (shows as yellow ! in the UI)
...
-fixed
-also made it so that files deleted via the UI are deleted on the FS as well.
2011-07-06 13:54:52 -04:00
james
daf6f9963f
CC-2511:Phone Home Metric: add error display on popup
...
- refactoring was needed to solve this problem.
- javascript error check is not necessary anymore.
- The form is preloaded to nowplaying page, only when
it's needed, hence ajax call to pull up the form is not
needed anymore.
2011-07-05 15:53:50 -04:00
james
883cacd220
CC-2509:Phone Home stat: not able to upload logo via popup
...
- fixed
2011-07-05 14:21:32 -04:00
martin
df1dec2078
cc-2419: media monitor import on startup
...
-fixed support for watched dirs
2011-07-04 17:37:05 -04:00
martin
c67e711a05
cc-2419: media monitor import on startup
...
-fixed syntax errors, added more logging.
2011-07-04 15:40:09 -04:00
martin
d260c66abc
cc-2419: media monitor import on startup
...
-added multiple dir support
2011-07-04 15:08:02 -04:00
martin
ae156c85b4
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-04 14:29:19 -04:00
martin
429d8b234c
cc-2419: media monitor import on startup
...
-new method of querying db on startup.
2011-07-04 14:29:09 -04:00
james
cb72db4a31
CC-2460:Popup shouldn't show after X is pressed
...
- changed function name to "donotshowpopup"
2011-07-04 13:11:35 -04:00
james
75ea77e6a6
CC-2503: replacing UI_MDATA_KEY_TITLE with MDATA_KEY_TITLE
...
-fixed
2011-07-04 10:00:37 -04:00
james
6de8b09184
CC-2460: popup doesn't popup again after press X
...
- fixed
2011-07-04 09:54:44 -04:00
martin
dc457e79a0
added logging to ApiController::getMediaAction
...
-Will help us see why files are not sometimes downloaded by pypo.
2011-06-28 23:06:59 -04:00