Commit Graph

5358 Commits

Author SHA1 Message Date
j bb3aebb367 add .gitignore 2015-11-13 15:55:03 +01:00
j b7cfcfa182 add some encoding options: crop, trim, aspect 2015-11-12 16:15:02 +00:00
j 310343c81c improve output if config can not be parsed 2015-11-12 13:06:34 +01:00
j 9e88f29126 only loop over annotations without public_id once 2015-11-11 10:39:34 +01:00
j 9b1ed58ff2 only migrate AnnotationSequence if we have items 2015-11-11 09:48:16 +01:00
j 9be454dfba make sure videoPreview is up to date 2015-11-10 16:08:00 +01:00
j 4bdce55364 fix joining audio only timelines 2015-11-02 09:34:41 +01:00
j d96f98e4cf use utc time for dates 2015-10-31 14:49:15 +01:00
j eb472b88ae allow annotation import/export on 0x 2015-10-31 13:54:12 +01:00
j ed0f4de0ee show other cached resolutions while caching item 2015-10-28 13:50:29 +01:00
j 54b7c4be9a update dimensions replacing documents, add modified to image urls to get latest version 2015-10-26 16:10:12 +01:00
j 6f9fb06da3 Replace Document, still some cache issues, fixes #2855 2015-10-25 22:08:13 +01:00
j 21a6007f8c only add video sitemap for films that can be played 2015-10-22 19:40:20 +02:00
j 08496a228e also use shift 1 to shift 7 to switch between list views 2015-10-22 12:22:43 +01:00
j 1d4c544d5f only show data/media view in menu if canSeeExtraItemViews 2015-10-22 11:31:37 +02:00
j 90d8d46603 update sitemap video namespace 2015-10-22 00:11:44 +02:00
j 86599a4341 Indiancine.ma: new items should be Under Copyright by default not Private 2015-10-21 14:26:13 +02:00
j 086fce31ea dont fail on infoView id array data is string 2015-10-20 18:21:18 +01:00
j b14f729768 compute nameKeys, listKeys from config 2015-10-20 18:13:38 +01:00
j f0e3c2775e logg addMedia call 2015-10-20 12:17:04 +02:00
j cc9464082f use shift-[1-0] to switch between item views, fixes #2837 2015-10-13 09:10:48 +01:00
j d16bbf6ba8 remove facet duplicates 2015-10-12 18:44:20 +01:00
j c17f0a4376 add new file for r5049 2015-10-12 18:43:41 +01:00
j aafac3c1d8 only store one item/key/value facet, remove facets with other case 2015-10-12 17:45:08 +02:00
rolux 69254bbe48 changeid can also be list of ids, use text 2015-10-12 15:25:24 +01:00
rolux 4ed2d940cf migrate annotation sequence in item not annotation 2015-10-12 15:24:03 +01:00
j 36ebdf0a1c fix copy of selected annotation via menu 2015-10-06 10:05:54 +03:00
j 7c630ca0b1 inline functoin only gets called once. fixes #2841 2015-10-05 12:53:11 +02:00
j 2e3b61d163 dont fail if files are already gone 2015-10-04 18:17:34 +01:00
j e761ee692d fix copy clip 2015-10-04 18:13:06 +01:00
j 82549c5d7a copy/paste clips in list order not in selection order 2015-10-04 16:27:48 +01:00
j 9eae0a0762 pass index to split/join to keep position 2015-10-04 16:09:51 +01:00
j b20a655fa8 fix copy/copyadd/delete of clips via menu 2015-10-04 14:18:29 +01:00
j 6f4c010be0 only return layers defined in config 2015-10-04 14:11:39 +01:00
j be1589569e fix clip index for newly added clips 2015-10-04 11:04:46 +01:00
j 5649892bbd annotation layer flag is boolean 2015-10-04 11:20:45 +02:00
Will Thompson 9265b8a53b Clip.save: fetch annotations once, not ~ 2 * n_layers
With 17 layers and 12 clipLayers, this repeated fetching was around 49%
of the cost of this function, which was in turn 94% of the cost of
creating many new annotations with mostly-unique endpoints. This helps a
bit...

If the order of clipLayers is not meant to be significant to sortvalue
(which I assume it is) then this could be simpler.
2015-10-04 11:17:22 +02:00
j 2a55bd3eec edit paste only supports clips 2015-10-04 11:11:44 +02:00
j a430c6bdf4 make facets case insensitive 2015-09-25 14:44:02 +01:00
j 1e81dc4fa1 switch 2015-09-24 18:35:13 +01:00
j 79dbeabafc not again 2015-09-24 18:26:59 +01:00
j eea9321b2e not not not 2015-09-24 18:23:25 +01:00
j 96301d6a9c not 2015-09-24 18:21:01 +01:00
j f12dfdc4a3 import subtitles if no subtitles exist 2015-09-24 18:16:29 +01:00
j f790b039da local variable, remove duplicate code 2015-09-22 10:32:02 +01:00
j 1ce1ca7d89 poster keys 2015-09-21 18:31:44 +01:00
j 8bb7ae436f dont fail if layer does not exist 2015-09-20 17:50:23 +01:00
j 5f1d8425a1 tune vm install 2015-09-20 17:50:02 +01:00
j 65fb9ccb6d reduce ffmpeg output 2015-09-16 15:04:44 +01:00
Will Thompson 8f3b3036df Support autocomplete from a group of layers
The idea here is to have several layers which share a set of tags. This
mirrors what we already have if several layers reference the same type
of entity. You might have config like this:

        {
            "id": "keywords",
            "title": "Keywords",
            "canAddAnnotations": {"member": true, "staff": true, "admin": true},
            "item": "Keyword",
            "overlap": true,
            "type": "string",
            "autocomplete": true,
            "autocompleteKeys": ["keywords", "minorkeywords"]
        },
        {
            "id": "minorkeywords",
            "title": "Minor Keywords",
            "canAddAnnotations": {"member": true, "staff": true, "admin": true},
            "item": "Keyword",
            "overlap": true,
            "type": "string",
            "autocomplete": true,
            "autocompleteKeys": ["keywords", "minorkeywords"]
        },

Now, adding new keywords in either bin will offer autocompletions from
the union of the two layers. The other option would be to do this on the
server side, but I thought this was a less invasive way to achieve this.
2015-09-14 21:29:02 +02:00