Opened 19 years ago

Last modified 18 years ago

#3117 closed enhancement

Rewrite Mythweb's Mythvideo Module — at Version 20

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 Rob Smith)

The purpose of this ticket to to track the re-write of the Video interface in mythweb.

Tasks:

  • Switch to a floating gallery view [12833]
  • IMDB lookup via AJAX [12833]
    • User set path
    • If not found or set, don't offer the IMDB lookup
  • AJAX editing
  • Popups to show full details
  • Ajax filtering [12833]
  • User set cover art size [13154]
  • Uploading of custom cover art
  • More descriptive error messages
  • Ability to scan video directory [13242]

Change History (20)

comment:1 by Rob Smith, 19 years ago

Description: modified (diff)

[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

comment:2 by Rob Smith, 19 years ago

Description: modified (diff)

comment:3 by Rob Smith, 19 years ago

(In [12858]) Re #3117, This updates mythweb's new video interface. It adds some better error messages, adds some missing translations, changes the video artwork save path to be the one mythweb autodetects rather then via a database setting, and adds in some more checks

comment:4 by Rob Smith, 19 years ago

(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 by Rob Smith, 19 years ago

(In [12860]) Re #3117, Fixes an issue with video titles with & in them not being completely passed though to the imdb script

comment:6 by Rob Smith, 19 years ago

(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:7 by Rob Smith, 19 years ago

Description: modified (diff)
Status: newassigned

comment:8 by Rob Smith, 19 years ago

(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

in reply to:  description comment:9 by Bobby R, 19 years ago

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 by Rob Smith, 19 years ago

(In [12984]) Re #3117, this adds in a settings tab to mythweb to set mythvideo settings. Also removes some (now) un-needed debuging

comment:11 by Rob Smith, 19 years ago

(In [13000]) Re #3117, adds in a save funciton to the video object, cleans up some code, re #3185, fixes the duplicate error message.

comment:12 by Rob Smith, 19 years ago

(In [13150]) Re #3117, this adds in my working but ugly directory browser to the mythvideo web interface

comment:13 by Rob Smith, 19 years ago

(In [13154]) Re #3117, this adds in a slightly better directory browser, adds in session support to remeber where you were, adds in support to pick a different size for the posters, and adds in "dynamic" css. This dcss method should get redone a lot better, but for now it works well enough.

comment:14 by Rob Smith, 19 years ago

(In [13156]) Re #3117, this fixes #394, adding in access controls to the mythweb video interface.

comment:15 by Rob Smith, 19 years ago

(In [13158]) Re #3117, this adds in a request by xris to handle the directory tree slightly different. Rather then having each dir of the base name be a link, just start with the dir tree from the basename and out

comment:16 by Rob Smith, 19 years ago

(In [13159]) Re #3117, adding in some missing translations, adding in a missing alt on images

comment:17 by Rob Smith, 19 years ago

(In [13161]) Re #3117, make the video title a tad taller and set the overflow to hidden, so it doesn't overrun other text

comment:18 by Rob Smith, 19 years ago

(In [13162]) Re #3117, mythweb video, fixes the filter (path box is unfilterable), and updates some var names, as these are videos, not shows.

comment:19 by Rob Smith, 19 years ago

(In [13242]) Re #3117, this adds in the ability to scan for videos via the webinterface, and sets the proper class on a few buttens, and sets the min-widht and min-height on the directory box to be the size of one button

comment:20 by Rob Smith, 19 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.