James
|
abee16ba4a
|
CC-2747: removing debug code
- fixed
|
2011-09-01 16:07:13 -04:00 |
James
|
22c9416c31
|
CC-2747: When metadata contains non utf-8 encoding, we should handle it
- we cover some cases with cp1252 encoding for now.
- extra fix: Logging.php (copied from 2.0.0)
|
2011-08-31 14:46:21 -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 |
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 |
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 |
Naomi Aro
|
7e64e1ba22
|
CC-2612 : Upgrade: Push DB metadata into the file before upgrade
testing saving non ascii characters to file.
|
2011-08-01 18:10:50 +02:00 |
Naomi Aro
|
137ca79db8
|
CC-2600 : Upgrading from 1.8->1.9 wipe all shows content
|
2011-07-28 12:21:20 +02:00 |
Naomi Aro
|
533f218923
|
cc-2582 : track number parsing
making number an int type.
|
2011-07-26 11:54:30 +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
|
7074af447c
|
CC-2582 : Files with a tracknumber that isn't actually a tracknumber don't get imported properly
|
2011-07-22 12:11:57 +02:00 |
martin
|
c67e711a05
|
cc-2419: media monitor import on startup
-fixed syntax errors, added more logging.
|
2011-07-04 15:40:09 -04:00 |
Naomi Aro
|
164c06a5e5
|
CC-2441 : media-monitor exception on import, cancels all importing
checking if file md fails.
|
2011-06-28 14:34:16 +02:00 |
Naomi Aro
|
0a78605633
|
cc-1799 : Filesystem
fixing track formatting if there's no track number.
|
2011-06-24 18:47:27 +02:00 |
Naomi Aro
|
4c3af0b44d
|
cc-1799 : Filesystem
putting in up to 6 subsecond precision
|
2011-06-24 15:15:53 +02:00 |
Naomi Aro
|
59a11663cf
|
cc-1799 : Filesystem
avoiding useless calls to airtime about renamed files.
|
2011-06-24 12:47:26 +02: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 |