getPath suggests wrong path for episodes with "." in episode title #1824

Open
opened 2013-08-24 11:38:49 +00:00 by rlx · 1 comment
Owner

like https://0xdb.org/0502165 ("24 (S01E01) 12_00 a.avi")

like <https://0xdb.org/0502165> ("24 (S01E01) 12_00 a.avi")
rlx added the
backend
label 2013-08-24 11:38:49 +00:00
j was assigned by rlx 2013-08-24 11:38:49 +00:00
rlx added the
normal
defect
labels 2013-08-24 11:38:49 +00:00
Owner

this needs to be fixed in ox.movie.format_path

In: ox.movie.format_path({'director': [u'Robert Cochran', u'Joel Surnow'],
 'directorSort': [u'Cochran, Robert', u'Surnow, Joel'],
 'episode': 1,
 'episodeTitle': u'12:00 a.m.-1:00 a.m.',
 'episodes': [],
 'extension': u'avi',
 'isEpisode': True,
 'language': None,
 'part': None,
 'partTitle': None,
 'season': 1,
 'seriesTitle': u'24',
 'seriesYear': 2001,
 'title': u'24 (S01E01) 12:00 a.m.-1:00 a.m.',
 'type': 'video',
 'version': None,
 'year': 2001})

Out: u'Cochran, Robert; Surnow, Joel/24 (2001)/24 (S01E01) 12_00 a.m.-1_00 a.m..avi'

this needs to be fixed in ox.movie.format_path ``` In: ox.movie.format_path({'director': [u'Robert Cochran', u'Joel Surnow'], 'directorSort': [u'Cochran, Robert', u'Surnow, Joel'], 'episode': 1, 'episodeTitle': u'12:00 a.m.-1:00 a.m.', 'episodes': [], 'extension': u'avi', 'isEpisode': True, 'language': None, 'part': None, 'partTitle': None, 'season': 1, 'seriesTitle': u'24', 'seriesYear': 2001, 'title': u'24 (S01E01) 12:00 a.m.-1:00 a.m.', 'type': 'video', 'version': None, 'year': 2001}) Out: u'Cochran, Robert; Surnow, Joel/24 (2001)/24 (S01E01) 12_00 a.m.-1_00 a.m..avi' ```
rlx added this to the 13.03 milestone 2014-02-10 06:26:37 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1824
No description provided.