Commit graph

484 commits

Author SHA1 Message Date
rolux
6bd001a10a update api docs 2014-12-18 20:16:41 +00:00
rolux
f38d3441a0 typo 2014-12-18 13:40:41 +00:00
rolux
cf836ec172 add api docs 2014-12-18 13:38:20 +00:00
j
9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j
bf6c12ae0f use ffmpeg > 2.1 for mp4 frames if settings.FFMPEG is defined, fixes #2549 2014-11-16 20:34:55 +00:00
j
2a3062e029 fix melt scaling 2014-11-14 23:00:19 +00:00
j
e084766e69 add mange command to restart encodes after crash or ctl restart 2014-11-09 14:10:51 +00:00
j
fb32ec7d96 encode to tmp name and rename once done 2014-11-04 15:38:00 +02:00
j
e95c9011e7 fix multilanguage resolution 2014-10-24 10:32:16 +01:00
j
cddf742efd partTitle->part_title, fixes #2515 2014-10-17 17:49:01 +02:00
j
aacc712869 only parse avconv major version 2014-10-10 15:58:54 +02:00
j
ce8803d100 dont use local ffmpeg if format is not webm 2014-10-06 10:14:39 +00:00
j
e4c6a671a6 fix mp4 encoding in ubuntu 14.04 2014-10-06 10:54:20 +02:00
j
ceb507020b data is passed to api functions now 2014-10-06 08:26:43 +00:00
j
c076579300 only get file if we have a chunk 2014-10-05 14:58:53 +02:00
j
bb8bef991f set h264 level to 3.0 (most compatible) 2014-09-30 14:00:40 +00:00
j
7eb30d9776 load width/height into db after saving frame 2014-09-28 14:02:53 +00:00
j
76bbe09a05 cache frame width/height in db 2014-09-28 10:16:25 +00:00
j
94336ceda7 fix language 2014-09-27 19:44:09 +02:00
j
4ebd64becf fix melt cmd 2014-09-25 16:49:17 +02:00
j
5b25411a60 only use melt if USE_MELT is set 2014-09-25 16:18:13 +02:00
j
ada3bbe346 add optoin to use melt(MLT) to extract frames from H264 2014-09-25 15:28:08 +02:00
j
3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j
6949cab8c6 set language on main stream. fix language parsing 2014-09-03 14:35:34 +02:00
j
50a318f4ad fix setting languages 2014-09-03 13:20:52 +02:00
j
e381609b9e remove tests, not used 2014-09-05 13:39:43 +02:00
j
72d9dbf0f2 avoid passing open network connections to subprocesses, call Popen with close_fds=True 2014-09-02 14:24:12 +00:00
j
f6939ff08e disable subtitle stream during video conversion 2014-08-04 16:08:49 +02:00
j
ac3c84cb9b support media.importFrames for direct uploads 2014-07-29 19:07:50 +02:00
j
df0c24628c really fix #2442 2014-07-29 18:37:01 +02:00
j
fec6258f71 fix path 2014-07-29 18:10:01 +02:00
j
cfa7628551 reload stream from db before updating after encode, fixes #2442 2014-07-29 17:43:38 +02:00
j
f61cc7ee54 add support for audio tracks 2014-07-23 17:27:27 +02:00
j
68ead8a2af strip metadata 2014-07-20 12:06:54 +00:00
j
139348b0d3 fix import 2014-07-18 14:21:10 +00:00
j
f0a5f5ddb7 check for avconv version and use new command line api if needed (to support Ubuntu 14.04) 2014-07-16 11:04:52 +00:00
j
f433495592 fix tasks.update_info 2014-07-09 18:29:17 +00:00
j
5005fddf69 turn updating info into task 2014-07-09 18:27:21 +00:00
j
e62c7d30f2 reset failed if encoding again 2014-06-04 09:53:39 +03:00
j
fcbe552de3 fix stream uploads 2014-04-11 19:34:15 +00:00
j
14315455da remove debug 2014-04-11 19:17:46 +00:00
j
7cd152b1d5 refactor chunk upload: return offset, continue at server offset 2014-04-11 16:56:22 +00:00
j
22e3a9eedd upload chunks with offset. fail if uploaded file does not match oshash 2014-04-11 12:08:14 +00:00
j
7e0f7cf5fb remove debug statement 2014-03-16 15:11:59 +00:00
j
ad89e9ffed make sure path is normalized on first save 2014-03-12 20:23:59 +01:00
j
d8e20d9380 properly update item after removing selected video 2014-03-09 16:45:13 +00:00
j
2c3ff91c91 allow uploading videos to canAddItems 2014-03-05 20:29:01 +00:00
j
93cd998fcf reset failed state on reupload 2014-03-02 10:32:35 +01:00
j
ab2949f815 expose audio channels 2014-02-24 16:53:51 +05:30
j
6321859796 support uploading videos in any of the supported resolutions, to avoid upscaling 2014-02-15 16:13:43 +00:00
j
2ceaac6c6d set error if upload file can not be decoded 2014-02-13 12:09:49 +00:00
j
4387d8e97e reset possible error if enoding again 2014-01-24 12:05:07 +00:00
j
b7c4d9af41 normalize newlines in encoding errors 2014-01-24 11:46:06 +00:00
j
2abf8836bc use previewRatio as aspect ratio for audio files 2013-12-30 15:30:59 +05:30
j
d7d5008bbb dont use absolute url for upload, fixes #1939 2013-12-10 15:38:52 +00:00
j
7dde9eb8ae add task functions to File 2013-11-10 18:30:34 +00:00
j
fbc3b6f8b7 keep encoding error in database and show in media view 2013-10-21 12:32:52 +00:00
j
1ac76c99df use Firefogg ffmpeg for direct uploads, to work around issues with 5.1 audio 2013-10-21 11:55:10 +02:00
j
20007d3416 TypeError: argument of type 'NoneType' is not iterable 2013-10-08 06:59:23 +00:00
j
8917a71f47 use avconv to extract frames from mp4 videos 2013-10-02 10:56:30 +00:00
j
e24f83d4c6 dont reupload files if already on server 2013-09-26 21:58:06 +00:00
j
c50db67150 delete all derivatives removing a file 2013-09-26 20:58:03 +00:00
j
4b575c2c89 fix ./manage.py orphaned_media 2013-09-26 15:27:43 +00:00
j
3064785b3e remove failed transcodes, fix reuploading the same file via direct upload 2013-09-26 14:55:37 +00:00
j
14d147013d encoding is not available 2013-09-18 15:41:06 +00:00
j
6a8e82fe0e dont store useless path in stream info 2013-09-17 15:11:55 +02:00
j
ff38db7751 add media state: uploading, queued, encoding, available 2013-09-14 14:10:52 +00:00
j
f30a3fa70c paths are not html, fixes #1823 2013-08-24 13:34:16 +02:00
j
0048908785 dont move all episodes into one item, fixes #1706 2013-07-27 18:10:21 +00:00
j
0606b09ec6 redirect to media 2013-07-25 14:36:48 +02:00
j
de57d6dcfc fix reuploading frames pandora/archive/views.py 2013-07-22 18:58:03 +00:00
j
7588e81f71 allow reuploading frames, #849 2013-07-22 07:30:27 +00:00
j
7aaddb29a9 fix poster after upload 2013-07-03 19:18:02 +02:00
j
23c48d8290 dont fail if part is an int 2013-06-21 14:19:25 +02:00
j
5d6a93d795 limit framerate to 30 for calculating bitrate 2013-06-06 10:23:20 +00:00
j
d3e38fceec make sure file is in item files while updating item, fixes #1552 2013-05-31 15:26:44 +00:00
j
0383de30fb more path normalization 2013-05-31 13:07:33 +00:00
j
9dafefdcf2 use info of all files in same volume to normalize path 2013-05-31 12:14:23 +00:00
j
e56ac00a84 typos 2013-05-30 11:38:33 +00:00
j
0c063f1650 really only put files into item with same folder not same folder prefix 2013-05-28 08:45:07 +00:00
j
14f58532a8 use item not itemId for moveMedia 2013-05-27 13:28:35 +00:00
j
5f209cf92b move monkey_patch into app, no need for extra app 2013-05-18 21:43:52 +00:00
j
f0acbd2bef use .save not .update 2013-05-12 10:44:55 +02:00
j
b1d326c6dd reformat 2013-05-10 14:17:15 +00:00
j
35eb535b03 dont set path if encoding failes, set path if not set 2013-05-10 11:45:42 +02:00
j
251cc12d38 fix upload 2013-05-07 11:36:07 +02:00
j
ee9ec46602 remove double line 2013-04-29 17:13:20 +00:00
j
0cb9ebda1f fix ./manage.py extract_derivatives 2013-04-28 20:42:43 +00:00
j
74a82a52e6 only create derivatives with lower resolution. return best match if resolution does not exist for defined resolutions. 2013-04-28 12:07:49 +00:00
j
0a94e04958 sqlfindindex updates db itself, no need to pipe, minor documentation fixes 2013-04-25 14:37:16 +00:00
j
a4442dacd8 dont filter files, filtering is done on client. add additional metadata parsed from path to item 2013-04-23 14:14:48 +00:00
j
15e0d9a633 add all files in one folder to one item 2013-04-22 12:22:02 +00:00
j
889754273a rename stream.video to stream.media 2013-04-22 11:45:22 +00:00
j
b299b4b7e8 fix frame migration 2013-03-30 11:18:02 +00:00
j
056cb0d699 encode larger streams first 2013-03-29 16:16:35 +00:00
j
cc86435a1f path of frames changed too 2013-03-29 10:13:37 +00:00
j
9153c80844 add support for direct video uploads with server side transcoding, ticket #1351 2013-03-26 11:54:03 +00:00
j
d0c59e05c2 also migrate uploaded srt files 2013-03-26 10:33:47 +00:00
j
5c995553c9 fix files/archive conflict, move item files to data/media, rename api from *File(s) to *Media 2013-03-25 12:57:20 +00:00
j
8f7a2094cd only user selected streams, update stream once chunk upload is done 2013-03-24 20:57:38 +00:00
j
eb7bb3571f fix color extraction, fixes #1446 2013-03-23 14:52:54 +00:00
j
f5cd0cf2ca load subtitles in sync with creating timeline, use stream duration for files 2013-03-12 09:36:00 +00:00
j
e706fbfb9b api documentation takes and returns 2013-03-04 19:35:06 +00:00
j
29008d0eae add addAnnotations api to batch import many annotations, update importAnnotations dialog 2013-03-04 15:41:25 +00:00
j
b9a01b2db9 use max resolutions not first 2013-03-04 15:39:08 +00:00
j
f01534b36c upload files for an item 2013-03-01 09:14:57 +00:00
j
2f68365d2f use format_path for sites with folderdepth of 4 2013-02-25 20:54:47 +00:00
j
8734e35613 add add item api 2013-02-25 10:30:29 +00:00
j
b1d83b0f93 cleanup unused imports and unused variables 2013-02-21 13:28:36 +00:00
j
9f1f571094 if series is set it is an episode 2013-02-09 18:54:18 +00:00
j
a8f1ae51ef drop item_id not null constraint 2013-02-09 10:13:57 +00:00
j
b3ce09da88 isEpisode should be boolean 2013-02-09 05:02:26 +00:00
j
5d78c6cba8 detect episodes without episode or season number fixes #1225 2013-02-09 04:02:32 +00:00
j
d685485ee4 fix firefogg upload 2013-02-09 01:49:17 +00:00
j
54f2619bdc update file state after info update 2013-02-08 23:38:13 +00:00
j
a253d29d1a improve path info migration 2013-02-08 19:19:46 +00:00
j
459ab5ea97 add path_info->path migration 2013-02-08 18:03:59 +00:00
j
2bb7fe3a75 save info into right place 2013-02-08 17:51:12 +00:00
j
e1889397b2 remove editFile, clenaup editFiles 2013-02-08 17:05:18 +00:00
j
7951c42609 rewrite file/instance backend 2013-02-08 17:01:26 +00:00
j
fba6281b3f sort by part should be same as stream sort 2013-02-08 12:26:56 +00:00
j
d1b210d06a better item detection of existing items, sort steams by part and fallback to path 2013-02-08 11:05:35 +00:00
j
98adab1259 make folderdepth part of config 2013-02-04 18:37:26 +05:30
j
ffd256ca93 use display_aspect_ratio of stream if set 2013-01-11 12:48:40 +05:30
j
6cfaa54f97 use aac encoder(libvo_aacenc) available in ubuntu 12.04 universe (libavcodec-extra-53) 2012-12-16 19:56:54 +01:00
j
28aadd6a43 make sure derivative name is set before encoding 2012-12-14 15:05:37 +01:00
j
1f18bcbb15 fix extract_derivatives command 2012-11-20 17:39:44 +01:00
j
1bc21588a6 fix type of direct uploads 2012-11-16 02:50:10 +01:00
j
db9e943b28 parse info after updating 2012-11-09 12:11:56 +01:00
j
bb7d43e29f typo 2012-11-09 12:10:25 +01:00
j
597fe9d6c6 always request info for all files that need it 2012-11-09 12:07:38 +01:00
j
caaff10884 check lower case extension 2012-11-04 17:47:25 +01:00
j
2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00
j
d340e753e5 dont normalize path for pad.ma like systems for now 2012-10-06 16:37:13 +02:00
j
64376795ff fix offset option in srt 2012-09-15 12:23:17 +02:00
j
7b22bba4e7 use path to populate unknown sort names, #958 2012-09-14 11:50:08 +02:00
j
fdb358ea89 part might be int 2012-09-14 11:03:30 +02:00
j
7248616937 fix part sort 2012-09-14 11:02:08 +02:00
j
1b27def499 no default width/height 2012-09-14 10:54:09 +02:00
j
45d7bb3ea3 only videos have resolution 2012-09-14 00:15:08 +02:00
j
1bbfa6e0c8 no more auto, seriesYear 2012-09-12 18:16:54 +02:00
j
a1a8c0b428 typo 2012-09-12 11:50:50 +02:00
j
38af33bb2f format_path return value changed 2012-09-12 11:48:52 +02:00
j
69af82bd9f store full path info 2012-09-12 11:44:22 +02:00
j
f3605569fa cleanup getPath response 2012-09-11 15:39:49 +02:00
j
d87a7ce181 parse_path expects top level 2012-09-11 15:32:17 +02:00
j
3de99bb4b6 update paths on item edit, enable editable fields in editFile, part is a string now 2012-09-11 15:17:35 +02:00
j
6916792f95 new file/path logic 2012-09-11 14:42:33 +02:00
j
e5107d8610 - fix upload for non admin users
- fix https test
- give permission denied warning if upload is not working
2012-09-08 17:03:59 +02:00
j
084fde7b67 save again 2012-09-08 14:56:40 +02:00