|
8c928860e1
|
import url celanup
- only import first url
- pass empty string instead of undefined
- page can contain multiple videos, import as parts
|
2016-08-10 10:49:58 +02:00 |
|
|
384c643326
|
no tags == []
|
2016-08-09 14:25:39 +02:00 |
|
|
0430a0f236
|
cache getMediaUrlInfo
|
2016-08-09 12:57:43 +01:00 |
|
|
926d3f0f09
|
add video id
|
2016-08-09 11:50:24 +01:00 |
|
|
9a86ddce01
|
include upload_date
|
2016-08-05 17:57:40 +02:00 |
|
|
dce51305ce
|
update poster after extracting stream
|
2016-08-05 15:24:54 +02:00 |
|
|
2aef460225
|
do not set -ac if audiochannels is None
|
2016-08-05 14:46:27 +02:00 |
|
|
ff8dd16456
|
fix profile selection
|
2016-08-03 11:41:46 +02:00 |
|
|
893f2e5423
|
add importMediaDialog
|
2016-07-30 02:49:43 +02:00 |
|
|
6f4a0ba90a
|
support vtt subtitles
|
2016-07-01 21:13:13 +02:00 |
|
|
f8f951c966
|
remove outdated fixmes
|
2016-07-01 17:53:59 +02:00 |
|
|
d780045306
|
flake8
|
2016-07-01 17:48:43 +02:00 |
|
|
3166bf5beb
|
show timeline errors
|
2016-07-01 17:34:45 +02:00 |
|
|
c7157d5001
|
only decode ids for found positions
merge document.view.get_positions into item.utils.get_positions
add flag to decode id before looking up in ids
Followup to 09ebbc9cc6
|
2016-06-30 16:18:07 +02:00 |
|
|
b63024df02
|
show source info if encode fails
|
2016-06-30 00:23:56 +02:00 |
|
|
5aeffcfb6a
|
check first audio track
|
2016-06-27 16:51:18 +02:00 |
|
|
adfcc1cb27
|
never set display aspect ratio to 0:0
|
2016-06-27 16:08:30 +02:00 |
|
|
8ac78f3bd6
|
remove unused force flag from make_poster, update_timeline
|
2016-06-26 23:24:11 +02:00 |
|
|
0f9e80e1e6
|
avoid saving item twice
|
2016-06-26 23:22:27 +02:00 |
|
|
0d89ad640b
|
ignore some broken audio codecs
|
2016-06-26 15:33:52 +02:00 |
|
|
92f642cbac
|
pcm sound can have no codec
|
2016-06-26 14:41:58 +02:00 |
|
|
2cec1b9ad5
|
s/import Image/from PIL import Image/g
|
2016-06-25 20:39:29 +02:00 |
|
|
4785f314cb
|
Add VP9/Opus support, use VP8 by default
- support vp9 and opus
- switch to 2 pass encoding
- use ffmpeg -movflags +faststart instead of qtfaststart
|
2016-06-23 17:36:41 +02:00 |
|
|
d83647c4a5
|
don't hide oxtimelines errors
|
2016-06-20 18:27:31 +02:00 |
|
|
6dcbcdd19c
|
dont update timeline in update_selected, remove unused async get_item case
|
2016-06-16 14:48:54 +02:00 |
|
|
0486d62ec9
|
use absolute path
|
2016-06-16 14:48:09 +02:00 |
|
|
f25218466b
|
formating
|
2016-06-16 14:48:01 +02:00 |
|
|
b2a9a5f711
|
space
|
2016-06-15 17:56:31 +02:00 |
|
|
b010aca0a9
|
s/taskId/id/
|
2016-06-15 15:45:51 +02:00 |
|
|
41cc8e3573
|
expose encoding status via api
|
2016-05-05 10:49:34 +02:00 |
|
|
be163826ef
|
Merge remote-tracking branch 'wjt/fix-migrations'
|
2016-05-05 10:48:24 +02:00 |
|
|
39b9b48be2
|
archive: fix migrations for upload_to function renamings
9c75526 renamed these functions. The function doesn't affect the DB
schema so it should be safe to just modify the migraiton.
|
2016-05-04 17:01:44 +01:00 |
|
|
0f28a2b7d5
|
fix queue status
|
2016-04-30 14:15:13 +02:00 |
|
|
9c7552699f
|
fix upload_to callbacks
|
2016-04-29 13:46:55 +02:00 |
|
|
697e501a4f
|
only update item timeline once all parts are done
|
2016-03-11 10:33:48 +01:00 |
|
|
4f28c2c548
|
fix annotation import, values are decoded in d1.9
|
2016-03-05 15:36:47 +05:30 |
|
|
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 |
|
|
11924fcb0d
|
Rename api.taskStatus to api.getTaskStatus
still register api.taskStatus since its used
in pandora_client and other scripts.
fixes #2600 and fixes #2859
|
2016-02-20 18:35:26 +05:30 |
|
|
051a3578b4
|
inline django 1.9 version of ox.django
|
2016-02-20 10:41:23 +00:00 |
|
|
62caf55fe6
|
stop using RequestContext
|
2016-02-20 15:15:02 +05:30 |
|
|
2fe857d4fd
|
remove optparse
|
2016-02-20 15:15:01 +05:30 |
|
|
4219246909
|
db migration
|
2016-02-20 15:15:01 +05:30 |
|
|
1cc795995d
|
user.get_profile()->user.profile
|
2016-02-19 22:06:11 +05:30 |
|
|
5d63ad1760
|
default/upload_to=lambda breaks migrations, use functions
|
2016-02-19 21:59:26 +05:30 |
|
|
e738503380
|
remove old migrations
|
2016-02-19 15:17:18 +00:00 |
|
|
d241b90b63
|
check data is a dict
|
2016-02-19 18:46:53 +05:30 |
|
|
6b1ce30eb2
|
from __future__ import print_function
|
2016-02-18 16:19:26 +05:30 |
|
|
b121b58a86
|
support caching local files, lookup by oshash
|
2016-02-14 00:32:14 +05:30 |
|
j
|
b7cfcfa182
|
add some encoding options: crop, trim, aspect
|
2015-11-12 16:15:02 +00:00 |
|