Opened 14 years ago
Closed 14 years ago
#3117 closed enhancement (fixed)
Rewrite Mythweb's Mythvideo Module
Reported by: | Rob Smith | Owned by: | Rob Smith |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description (last modified by )
The purpose of this ticket to to track the re-write of the Video interface in mythweb.
Tasks:
Change History (32)
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
(In [12859]) Re #3117, Fixes an issue with double urlescaping strings, prototype does so automatically, so this fixes the imdb lookup on titles with spaces. Escape slashes and other special chars. Switches over to ~:~ as the ajax command spacer, this allows imdb tiles with : in them to display correctly. Also a little bit of javascript cleanup
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
(In [12861]) Re #3117, Updates the ajax filter to work on categories, genres, browse. Adds some missing translation strings, Hopefully fixes the artwork download issue. Updates the javascript to use prototype $ rather then get_element. Updates the ajax to pass around the id rather then storing it in a hidden div. Misc fixups.
comment:8 Changed 14 years ago by
(In [12867]) Re #3117, this fixes file_put_contents being missing on php versions less then 5, added a php 5 compat file and auto includes it on php versions less then 5. This should fix issues reported by Tom Lichti. Also adds in some extra debugging, switches over to using exec everywhere rather then cmd_exec, hopefully allowing Stefan to grab sucessfully
comment:9 Changed 14 years ago by
When using multiple video directories, as allowed with a colon seperator, this module now causes an error message to the affect of "Could not create a symlink to /path/to/somevideos:/path/to/othervideos, the local MythVideo? directory for this hostname." Possible solutions would be referencing an array with links of video0, video1, videoN for each colon seperated listing found in the database.
comment:10 Changed 14 years ago by
comment:11 Changed 14 years ago by
comment:12 Changed 14 years ago by
comment:13 Changed 14 years ago by
comment:14 Changed 14 years ago by
comment:15 Changed 14 years ago by
comment:16 Changed 14 years ago by
comment:17 Changed 14 years ago by
comment:18 Changed 14 years ago by
comment:19 Changed 14 years ago by
comment:20 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:21 Changed 14 years ago by
comment:22 Changed 14 years ago by
comment:23 Changed 14 years ago by
comment:24 Changed 14 years ago by
comment:25 Changed 14 years ago by
comment:26 Changed 14 years ago by
comment:27 Changed 14 years ago by
comment:28 Changed 14 years ago by
comment:29 Changed 14 years ago by
comment:30 Changed 14 years ago by
comment:31 Changed 14 years ago by
comment:32 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
the main features I wanted added are in, so I'm gonna close this and go to just cleanup/maintiance mode for now.
[12833] this is the first commit towards the full re-write of the mythvideo interface, this switches it to a floating gallery view, adds in the imdb lookup via ajax, and some basic ajax filtering. Works fine in my test browsers (Opera 9, Firefox 2). Please file tickets if something fails in your browser of choice, and any feedback is welcome