Commit graph

196 commits

Author SHA1 Message Date
j
b2a9a5f711 space 2016-06-15 17:56:31 +02:00
j
9c7552699f fix upload_to callbacks 2016-04-29 13:46:55 +02:00
2a07e2a1ab Remove redundant overrides of Model.delete
Both of these models have pre_delete handlers which do the same things,
so I think these are unnecessary.
2016-03-03 18:10:29 +05:30
d69a8efd97 Don't save other file-owning models on delete, either 2016-03-03 18:10:29 +05:30
j
051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j
1cc795995d user.get_profile()->user.profile 2016-02-19 22:06:11 +05:30
j
5d63ad1760 default/upload_to=lambda breaks migrations, use functions 2016-02-19 21:59:26 +05:30
j
b121b58a86 support caching local files, lookup by oshash 2016-02-14 00:32:14 +05:30
j
ce701d38d0 space 2015-06-24 16:41:11 +02:00
j
441cb9892a allow updates of file metadata for files with info 2015-02-21 15:35:01 +05:30
j
243c1958c1 dont import empty subtitles 2015-02-06 10:57:14 +05:30
j
ed5bc510a9 ignore subtitles with in > out 2015-02-05 18:29:18 +05:30
j
9273d7b3ba make subtitles in/out/value unique before importing 2015-02-04 15:56:37 +05:30
j
437391caf9 load info from stream in file has no info 2015-02-03 23:20:16 +05:30
j
6cd2eaf93a extract some information about currently running encoding jobs 2015-01-08 17:01:03 +01:00
j
e1bc418e0c use one version of ffmpeg for all tasks, remove avconv dependency, fixes #2606 2015-01-05 16:07:55 +00:00
j
e95c9011e7 fix multilanguage resolution 2014-10-24 10:32:16 +01:00
j
ce8803d100 dont use local ffmpeg if format is not webm 2014-10-06 10:14:39 +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
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
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
fcbe552de3 fix stream uploads 2014-04-11 19:34:15 +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
ad89e9ffed make sure path is normalized on first save 2014-03-12 20:23:59 +01:00
j
2c3ff91c91 allow uploading videos to canAddItems 2014-03-05 20:29:01 +00: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
4387d8e97e reset possible error if enoding again 2014-01-24 12:05:07 +00:00
j
2abf8836bc use previewRatio as aspect ratio for audio files 2013-12-30 15:30:59 +05:30
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
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
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
23c48d8290 dont fail if part is an int 2013-06-21 14:19:25 +02:00
j
d3e38fceec make sure file is in item files while updating item, fixes #1552 2013-05-31 15:26:44 +00:00