jo
|
01fbd1e8b9
|
Add isort pre-commit hook
Sort import statement in python files
See https://github.com/PyCQA/isort
|
2021-06-05 00:39:35 +02:00 |
jo
|
b26de72704
|
Remove python encoding pragma
|
2021-06-05 00:39:23 +02:00 |
jo
|
c27f020d73
|
Format code using black
|
2021-06-04 17:06:05 +02:00 |
jo
|
65f7b41487
|
Fix spelling
|
2021-06-04 17:04:53 +02:00 |
jo
|
ac17db97fc
|
Fix missing encoding pragma on python files
|
2021-06-04 17:04:53 +02:00 |
Albert Santoni
|
19de887efb
|
Fixed airtime-import to work without the virtualenv
|
2015-03-16 14:51:57 -04:00 |
Duncan Sommerville
|
5e22f929c7
|
Reverted commit mistakenly changing file modifiers to 755
|
2015-01-14 20:45:03 -05:00 |
Duncan Sommerville
|
f4c5cf1353
|
Added virtualenv back into install process
|
2015-01-05 16:41:03 -05:00 |
Duncan Sommerville
|
4dfd49d12c
|
Initial work on monitless installation
|
2014-12-16 12:24:41 -05:00 |
Martin Konecny
|
331386f74f
|
CC-4910: Need to properly handle non-200 http status codes in api client
-fixed
|
2013-02-04 16:05:58 -05:00 |
Martin Konecny
|
6c6953a5d8
|
Merge branch 'cc-4630-2' of https://github.com/rgrinberg/Airtime into 2.2.x
|
2013-02-02 20:59:23 -05:00 |
James
|
f246a09b1a
|
CC-4662: Media Monitor: Unable to add watched folder because it's read only, by airtime-import command
- fixed
|
2012-11-20 17:35:18 -05:00 |
James
|
0870b1f018
|
CC-4697: airtime-import script fails silently on FLAC files
- fixed
|
2012-11-20 17:21:13 -05:00 |
Rudi Grinberg
|
17087fc035
|
Added better error message. not much else can be done
|
2012-11-05 18:08:47 -05:00 |
Rudi Grinberg
|
6bcadd7ed6
|
cc-4630: Added permission set on permission folder before watching it
|
2012-11-01 17:01:32 -04:00 |
Rudi Grinberg
|
35a9e77062
|
Formatted spaces.
|
2012-10-29 11:40:23 -04:00 |
James
|
903c7ef580
|
CC-4420: airtime-import is broken
- fixed
|
2012-09-13 11:16:42 -04:00 |
Martin Konecny
|
5737053561
|
cc-3573: incorrect function used in airtime-import.py
|
2012-04-03 13:45:13 -04:00 |
Martin Konecny
|
c66f0c783f
|
CC-3573: Use posix_geteuid instead of "whoami" to detect who is running PHP script
-done
|
2012-04-02 19:25:27 -04:00 |
James
|
3f13810c0e
|
CC-2813: airtime-import: check for root permission
- done
|
2011-09-13 14:31:14 -04:00 |
James
|
ac7e4566c0
|
CC-2805: Airtime-import is failing
- catching IOexception.
|
2011-09-13 10:35:25 -04:00 |
James
|
ab302b46ad
|
CC-2805: Airtime-import is failing
- fixed
|
2011-09-12 13:08:02 -04:00 |
James
|
ac44ae7191
|
CC-2659: airtime-import: displaying help text on all exception
- when it cannot communicate to Airtime Server, it displays just error msg
|
2011-09-09 17:08:23 -04:00 |
James
|
5d8f87208b
|
CC-2659: airtime-import: displaying help text on all exception
- it's displaying help text on all exception and unknown errors
|
2011-09-09 16:12:21 -04:00 |
James
|
522ce0b7fb
|
CC-2659: print help on more cases
- done
|
2011-09-09 11:04:14 -04:00 |
martin
|
805e358d9c
|
CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts
-fixed
|
2011-09-08 12:36:51 -04:00 |
james
|
4e6cb7e0be
|
CC-2659: removing debug code
- done
|
2011-09-08 09:20:58 -04:00 |
james
|
33df22d2ec
|
CC-2659: Print help for airtime-import when a copy or move switch is
not provided
- fixed
|
2011-09-08 09:20:16 -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 |
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 |
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
|
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
|
5fb9207c7b
|
CC-2611: Airtime-import: support relative path for directories
- fixed
|
2011-07-28 10:47:57 -04:00 |
james
|
c580542727
|
CC-2593: airtime-import crash on copy
- the issue was on files with name containing non ascii characters
- fixed
|
2011-07-25 20:58:47 -04:00 |
james
|
ccdb886b9a
|
CC-2584: airtime-import fails
- fixed relative path problem
- handle the case where file name contains '-'
|
2011-07-22 16:24:31 -04:00 |
James
|
6e59d0627d
|
CC-2574: Airtime-import:error on api_client path..
-fixed
|
2011-07-21 15:33:14 -04:00 |
James
|
107c100cc4
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into cc-2528-use-virtualenv-for-installing
Conflicts:
python_apps/media-monitor/airtime-media-monitor
|
2011-07-19 15:09:55 -04:00 |
James
|
b4e887eb2d
|
temp comit
|
2011-07-19 15:06:35 -04:00 |
James
|
e19bf33f51
|
temp comit
|
2011-07-18 17:04:46 -04:00 |
James
|
e199c118af
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts:
utils/airtime-import/airtime-import.py
|
2011-07-18 15:10:57 -04:00 |
James
|
7cf8934856
|
CC-2546: Airtime-import does not confirm
- fix on error. wrong syntax was used
|
2011-07-18 15:09:27 -04:00 |
Paul Baranowski
|
f044f6df83
|
Fixed grammar, typos, and spelling in airtime-import.
|
2011-07-18 13:30:40 -04:00 |
James
|
a45cc5f29e
|
CC-2546: Airtime-import does not confirm to change the storage dir
- Confirm default to "N" and it accepts "Y" or "y"
- It spits out error msg when input is any other then
"Y","y","n","N"
|
2011-07-18 11:56:41 -04:00 |
James
|
47645a2049
|
CC-2549:airtime-import should work with pythone 2.6
- enhanced usage text
|
2011-07-14 14:03:33 -04:00 |
James
|
99153fdb15
|
CC-2546:Airtime-import does not confirm to change the storage dir
- fixed
|
2011-07-14 13:32:45 -04:00 |
James
|
5e7c763fbf
|
CC-2545:Airtime-import doesnt handle spaces in file/dir names
-fixed
|
2011-07-14 10:49:57 -04:00 |
James
|
f0cc6614d9
|
CC-2545:Airtime-import doesn't handle spaces in file/dir names
- fixed
|
2011-07-14 10:03:04 -04:00 |
james
|
1736675464
|
CC-2549:airtime-import should work with python 2.6
- using optparse instead of argparse.
- need some more work.
|
2011-07-13 22:17:38 -04:00 |