James
04b48d47cc
CC-2977: Never delete files from the database
...
- Files are marked deleted(file_exists to false) on deletion.
- Dirs are marked removed(removed flag to true) on removal of watched
folder in a usual way. If dir is unmounted, without being removed from
watched list first, it will be marked as not exists(exist flag to false)
- Manage Media Folders will show if dirs exist or not( mounted or not)
- Playlist builder will show if files exists or not
2012-01-11 12:17:48 -05:00
James
905eaa9ec8
CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
...
- fixed
2011-11-03 15:26:10 -04:00
James
d56a3ee9d6
CC-2927: Media Monitor: if new dir is generated in the process of
...
importing a file, airtime doesn't import the file.
- fixed
2011-10-04 17:20:22 -04:00
James
b1fa8901ca
cc-2882: Airtime cannot delete watched folder when is been renamed
...
- initial commit
2011-09-27 14:49:03 -04:00
martin
659e412eb7
CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
...
-progress being made
2011-09-16 17:51:28 -04:00
martin
03efb8f293
CC-2760: Remove shebangs from files that don't need them, fix chmod of files
...
-done
2011-09-06 19:06:13 -04:00
martin
d7830785df
CC-2717: Media Monitor forgets about watched directories after being restarted
2011-08-22 20:41: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
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
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
martin
0e82f2a606
CC-2560: Make sure new watched dirs do not contain existing
...
watched dirs (and stor dir) and vice-versa.
-fixed
2011-07-18 15:27:22 -04:00
mkonecny
460989e6bc
-cleanup old process code
2011-07-15 20:28:00 -04:00
martin
187d3a5e92
-using threads instead of processes.
2011-07-15 19:49:35 -04:00
James
3e6ca78253
CC-2490: Recorded show file is missing
...
- fixed.
2011-07-15 16:15:09 -04:00
martin
75e56034e4
CC-2279: Upgrade script for converting stor directory to new format
...
-refactoring...
2011-07-14 12:06:46 -04:00
martin
29869c175a
CC-2279: Upgrade script for converting stor directory to new format
...
-refactor media-monitor
2011-07-14 12:06:46 -04:00
martin
7c98d90e5e
CC-2530: Media monitor:Dont use hidden files
...
-addressed issues raised.
2011-07-12 15:06:49 -04:00
martin
ed41969f0e
-touch index file after each inotify event
...
-make sure to normalize all paths, since we are string comparing them
-remove all empty dirs after moving files out of them
2011-07-11 12:21:30 -04:00
martin
67df619c90
CC-2272: Ability to change storage directory location
...
-done
2011-07-06 14:42:43 -04:00
martin
3424dcc12d
CC-1799 : Live Studio Playout from media library (pytagsfs)
...
-code cleanup
2011-07-05 17:45:56 -04:00
martin
2be05a8004
CC-1799 : Live Studio Playout from media library (pytagsfs)
...
-code cleanup, refactoring, and files moved from a watched-dir
to a non-watched dir are now properly handled
2011-07-05 15:48:50 -04:00
martin
275dfd0cd0
-clean up comments..
2011-07-04 19:01:06 -04:00
martin
0757fda479
cc-2419: media monitor import on startup
...
-fixed bug related due to pair not being returned (only scalar value returned)
2011-07-04 18:38:16 -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
martin
0f67db9ed7
cc-2419 media monitor import on start
2011-06-30 18:07:12 -04:00
martin
851d5c12b2
cc-2419: media monitor import on start
...
-files importing working...
2011-06-30 18:07:12 -04:00
martin
778b645a69
CC-2419: Media monitor does not import files that already existed in /srv/airtime/stor
...
-work in progress
2011-06-30 18:06:43 -04:00
martin
397007efee
cc-2419: media monitor import on start
...
-initial check-in
2011-06-30 18:06:07 -04:00
martin
4f804b17c7
cc-2419: media monitor import on start
...
-initial check-in
2011-06-30 18:05:19 -04:00
martin
4ab7523a84
CC-2419: Media monitor does not import files that already existed in /srv/airtime/stor
...
-work in progress
2011-06-30 18:03:44 -04:00
martin
3335ff703a
cc-2419: media monitor import on start
...
-initial check-in
2011-06-30 18:03:43 -04:00
martin
89dd251782
cc-2419: media monitor import on start
...
-initial check-in
2011-06-30 18:02:58 -04:00
Naomi Aro
ee92c5cfb4
cc-1799 : Filesystem
...
notifier doesn't need to be made a daemon.
2011-06-29 10:46:46 +02:00
martin
3b6723246f
-make main thread not exit after spawning new processes
2011-06-28 13:38:34 -04:00
martin
e8c36be242
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-06-28 12:50:15 -04:00
martin
00910ae346
-clean up imports in MediaMonitor.py
2011-06-28 12:50:05 -04:00
Naomi Aro
33a247c4de
cc-1799 : Filesystem
...
handling replacing of files in gui, need to handle closing down processes on exit.
2011-06-28 18:40:38 +02:00
Naomi Aro
4eff714f32
cc-1799 : Filesystem
...
huge speed increase with multi processes.
2011-06-28 12:42:06 +02:00
Naomi Aro
4c8e6a04ac
cc-1799 : Filesystem
...
running Notifier as a daemon, allows parallel processing of event queue at all times.
2011-06-28 11:39:54 +02:00
martin
1b2800564b
CC-2459: Multiple instances of media-monitor running after it is shutdown.
...
-fixed
2011-06-27 16:56:20 -04:00
Naomi Aro
65e647263f
cc-1799 Human Readable File System
...
refactoring media monitor, separate process for file event processing.
2011-06-23 17:33:05 +02:00
Naomi Aro
cd3b787c66
cc-1799 File System
...
only adding audio files when adding a watched directory.
2011-06-21 18:05:51 +02:00
Naomi Aro
bb283e195a
cc-1799 Readable Filesystem
...
check if md dictionary has any md.
2011-06-21 17:13:33 +02:00
Naomi Aro
e803b76fcf
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
removing watch/adding new watch when changing stor directory.
2011-06-21 15:11:42 +02:00
Naomi Aro
6adce1ba45
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
adding ability to move stor directory.
2011-06-21 14:58:38 +02:00
Naomi Aro
b6888489e0
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
adding music dirs concept to Airtime. New cc_music_dirs table/class.
2011-06-21 10:24:02 +02:00
Naomi Aro
ea21da6b61
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
recursively copying the audio_samples directory.
2011-06-17 17:54:36 +02:00
Naomi Aro
0d8a340924
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
changing class structure.
2011-06-16 11:53:36 +02:00
Naomi Aro
6dc3d4d29a
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
2011-06-15 16:49:05 +02:00
Naomi Aro
b4b12449ff
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
can mave a dir in stor and sort files from gui/command line.
2011-06-15 16:41:13 +02:00