|
6475bb8120
|
py3 sort fixes
|
2017-02-18 13:01:33 +01:00 |
|
|
ac55ef0fbd
|
py3 comparing int/str
|
2017-02-18 12:33:10 +01:00 |
|
|
616b255197
|
return list
|
2016-09-23 12:48:02 +02:00 |
|
|
f191e766ae
|
fix matching _ in unicode string: Réalité_Logique -> Réalité/Logique
|
2016-09-05 16:47:02 +02:00 |
|
j
|
7f7b0c3ee8
|
filter/map return generators in py3, wrap in list
|
2015-03-07 23:46:59 +05:30 |
|
j
|
7addf13c90
|
not all filesystems use NFD, normalize to NFD, fixes #2553
|
2014-11-11 12:01:24 +01:00 |
|
j
|
d4d09b56b6
|
use six to support python 2 and 3
|
2014-09-30 21:04:46 +02:00 |
|
j
|
0effb090a3
|
move EXTENSIONS to ox.file and add image type
|
2013-10-14 20:07:05 +02:00 |
|
rolux
|
d79a3c0b95
|
fix #1574 (wrong id for non-imdb series episode 0 item)
|
2013-06-06 20:37:46 +02:00 |
|
rolux
|
2daae6a4c3
|
less error-prone version
|
2013-05-31 16:01:55 +02:00 |
|
rolux
|
14137c30c8
|
can't access set via index
|
2013-05-31 15:57:42 +02:00 |
|
rolux
|
762fab3519
|
typo
|
2013-05-31 15:56:49 +02:00 |
|
rolux
|
c33edd3ff3
|
fix '.en' stripping (movies can have parts, do don't check for '1 srt is en', but 'all srts are en')
|
2013-05-31 15:52:09 +02:00 |
|
j
|
8bd76ed27f
|
normalize_paths not needed as extra function
|
2013-05-31 15:23:38 +02:00 |
|
rolux
|
913c8f4c1b
|
in parse_item_files, strip unneeded '.en' (if, per version and per subtitle extension, there is only one language=='en' file)
|
2013-05-31 15:18:33 +02:00 |
|
j
|
e1508f4068
|
add movie.normalize_paths and call in parse_item_files
|
2013-05-31 13:06:42 +00:00 |
|
j
|
be9424036f
|
add 3gp to video types
|
2013-05-09 21:17:27 +02:00 |
|
j
|
5e989bcb19
|
fix movie.parse_path, set language
|
2013-02-17 20:09:48 +05:30 |
|
rolux
|
f7d72335ef
|
update format_path / parse_path
|
2013-02-08 23:28:21 +05:30 |
|
j
|
15e78b8cb1
|
,
|
2012-11-04 16:12:28 +01:00 |
|
j
|
8c6f211f25
|
add more video extensions
|
2012-11-04 16:08:00 +01:00 |
|
rolux
|
104e9f1c5c
|
format_path: don't use more than 10 director names
|
2012-10-08 11:27:28 +02:00 |
|
rolux
|
654bd0da0e
|
movie.py: update format_underscores
|
2012-09-11 19:58:30 +02:00 |
|
rolux
|
c467f7fa52
|
typo
|
2012-09-11 19:22:45 +02:00 |
|
rolux
|
2879c66d46
|
movie.py: deal with special chars that cause problems in afp/smb (?<>)
|
2012-09-11 19:21:45 +02:00 |
|
rolux
|
16d16b0c45
|
movie.py: use data['isEpisode']
|
2012-09-11 18:30:42 +02:00 |
|
rolux
|
99f8db0385
|
movie.py: fix bugs with episodes, discard prefix directory
|
2012-09-11 17:55:35 +02:00 |
|
j
|
bde28ce097
|
remove seriesDirector, just use director
|
2012-09-11 15:29:10 +02:00 |
|
j
|
1e53378a78
|
cleanup ox.movie.format_path
|
2012-09-11 14:36:51 +02:00 |
|
j
|
8ba74a1e4b
|
fix some failing tests
|
2012-09-09 19:28:11 +02:00 |
|
rolux
|
7ebfdaff30
|
revert changes
|
2012-09-01 05:27:59 +02:00 |
|
rolux
|
e04cc5b819
|
merging changes
|
2012-09-01 05:16:28 +02:00 |
|
j
|
ebf3b691b2
|
support new series format in parse_movie_path
|
2012-08-22 00:53:08 +02:00 |
|
rolux
|
b728fdc9b7
|
movie.py: more bugfixes
|
2012-08-22 17:20:58 +02:00 |
|
rolux
|
1f5c060bbc
|
movie.py: more bugfixes
|
2012-08-22 17:19:31 +02:00 |
|
rolux
|
c12914adb5
|
movie.py: more bugfixes
|
2012-08-22 17:17:22 +02:00 |
|
rolux
|
3ded47ac5b
|
movie.py: more bugfixes
|
2012-08-22 17:10:54 +02:00 |
|
rolux
|
7a51ec5fe9
|
movie.py: remove debug information, more bugfixes
|
2012-08-22 14:52:35 +02:00 |
|
rolux
|
b9df4de27e
|
movie.py: temporarily add some debug information
|
2012-08-22 14:39:51 +02:00 |
|
rolux
|
7738bf9811
|
movie.py: temporarily add some debug information
|
2012-08-22 14:33:14 +02:00 |
|
rolux
|
75eed86f7c
|
movie.py: more bugfixes
|
2012-08-22 14:15:32 +02:00 |
|
rolux
|
00ea83dffe
|
movie.py: more bugfixes
|
2012-08-22 14:13:17 +02:00 |
|
rolux
|
a46e3ee210
|
movie.py: typo
|
2012-08-22 12:54:56 +02:00 |
|
rolux
|
f1e897e96e
|
movie.py: use '/', not '.', as separator in version key
|
2012-08-22 12:53:02 +02:00 |
|
rolux
|
f630291584
|
movie.py: don't coerce None to string
|
2012-08-22 12:50:13 +02:00 |
|
rolux
|
6268c491e8
|
movie.py: in parse_item_files, return list, not dict
|
2012-08-22 12:44:43 +02:00 |
|
rolux
|
761586f356
|
movie.py: typo
|
2012-08-22 12:38:21 +02:00 |
|
rolux
|
80bf8e3584
|
movie.py: more bugfixes
|
2012-08-22 12:38:04 +02:00 |
|
rolux
|
84a8a82fcb
|
movie.py: more bugfixes
|
2012-08-22 12:36:17 +02:00 |
|
rolux
|
436abe3def
|
movie.py: typo
|
2012-08-22 12:31:16 +02:00 |
|