541aa201bf
fix links to filter items with unicode
2025-10-16 13:06:53 +01:00
caae7d84bc
raw regexp strings
2024-09-02 13:36:55 +02:00
548a73f121
python3 only: remove six.moves imports
2020-05-29 12:17:18 +02:00
844382b1e8
drop python2 support, upgrade to django 3
2020-05-29 00:25:16 +02:00
008ba18d5d
decode sort title
2020-05-22 21:56:56 +02:00
ec3175d885
imdb check
2019-07-23 17:42:56 +02:00
dbf740e55e
use .editorconfig
2018-06-19 08:33:26 +02:00
8e4ba42fc1
use python3-venv
2017-11-03 17:28:47 +01:00
b82f222c73
normalize data to NFC for siteposter, fixes #2428
2017-07-30 11:08:09 +02:00
1468ddbecb
towards supporting python 2 and 3
...
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
2016-08-25 18:34:36 +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
284caf03c3
get_by_key: short-circuit
...
This is about 30% faster, presumably because it avoids allocation and/or
closing over variables is slow(?). It's not hugely significant (I
misread a line_profile report) but why not.
2016-04-05 12:19:31 +01:00
j
d5edde92e0
dont start filenames with .
2013-07-29 15:58:22 +00:00
j
001e85eea7
fix manage files to load again and handle upper case extensions
2013-04-28 17:57:24 +00:00
j
e94c146df0
dont fail in parse_time if input is already a number
2013-03-03 11:16:26 +00:00
j
ba3d1538f4
use isSubtitles itemKey for subtitles
2013-02-26 16:12:00 +00:00
j
b1d83b0f93
cleanup unused imports and unused variables
2013-02-21 13:28:36 +00:00
j
f09e4205cf
sort_string, sorted_strings moved to ox
2012-05-16 12:31:44 +02:00
j
4c21387335
update random in transaction. timeline sorting
2012-03-22 21:19:19 +01:00
j
16cc495fb5
store clip values in clip db, cleanup if all annotations are gone, add additionalSort
2012-01-20 23:23:21 +05:30
j
0700bf7b95
titles are not filename safe
2012-01-17 16:42:39 +05:30
j
cea86aee43
use from/toAZ
2011-12-18 15:05:49 +05:30
j
fbcec1bf18
add time type, use sort table for numbers and dates in find api
2011-11-10 16:34:45 +00:00
j
0feace7a8b
decode_id
2011-11-06 20:36:35 +01:00
j
7eeb6dc107
add sortvalue to annotations to get better sort by text results
2011-11-03 12:31:46 +01:00
j
45798810a9
- rework file/upload handling, no more extras
...
- cleanup imdb data, get from external data service
- rename filesview
2011-10-15 17:21:41 +02:00
j
800c7a96b3
padding
2011-10-11 21:30:43 +02:00
j
2692300f3b
title refinement
2011-10-11 21:05:11 +02:00
j
4328d54450
server side cleanups and fixed for pandora_client sync
2011-04-06 20:57:25 +02:00
j
7a878e2ea4
cleanup path parsing
2011-02-02 16:06:29 +05:30
j
5001e9a808
cleanup files, round 1
2011-02-01 18:49:34 +05:30
j
ec28dc05e1
make systems without imdb work
2011-01-28 14:18:38 +05:30
j
4c20349896
remove plural s
2011-01-19 16:13:31 +05:30
j
b43ea828d9
use imdb/icon/expose timeline
2011-01-16 18:58:57 +05:30
rolux
d4141a1e00
even more improvements to lists
2011-01-13 19:40:50 +00:00
j
5916e26203
more plural cleanup
2011-01-04 12:20:52 +05:30
j
f82a18587f
sort cleanup
2011-01-04 01:15:56 +05:30
j
508e84b73c
dynamic sort table, not creating so far, needs sqldiff to update
2011-01-03 19:44:54 +05:30
j
2d5f924891
cleanup imports and syntax warnings
2011-01-01 17:14:42 +05:30
j
5a4d45f82b
A_ should also be A:
2010-12-23 14:32:15 +05:30
j
07dcc77950
actions, move parse_decimal
2010-12-22 20:47:38 +05:30
j
91582033a1
unbreak parse_path
2010-12-08 01:30:45 +01:00
j
3ae5b10bd4
year, episode, season can be ints
2010-12-07 19:35:55 +01:00
j
e63b75214a
adjust oxdb_directors/oxdb_title to new folder layout
2010-12-01 13:21:23 +01:00
j
fd9b50e2dc
use oxdb_id for parse_path too. pytohn-ox needs /home/j
2010-12-01 00:33:42 +01:00
j
da213d1745
annotation, oxdb_id
2010-11-28 17:03:23 +01:00
j
0798a2a34d
unicode
2010-11-26 18:16:57 +01:00
j
67a31d1f58
use unicodedata.normalize for sort_title
2010-11-14 19:58:33 +01:00
j
bdb0365fb1
more moving around
2010-11-08 17:34:25 +01:00