Opened 14 years ago

Closed 14 years ago

#8000 closed defect (fixed)

Mythweb Videos - 3rd level directories are not separated correctly

Reported by: Owen <manicmoose@…> Owned by: Rob Smith
Priority: minor Milestone: 0.24
Component: Plugin - MythWeb Version: head
Severity: medium Keywords:
Cc: Ticket locked: yes

Description

SVN: 23395

Looking at the directory structure of the videos in Mythweb, they are all fine until you hit the second level, at which point the '/' character is missing. eg. If my directory structure on disk looks something like: /root_dir/TV-Series/TopGear?/Season_01

Under mythweb, the html links are all good until you get to the "Season_01" directory, when the returned link (visible on hover) would be:

http://server/mythweb/video?path=/TV-Series/TopgearSeason_01

The directory structure always breaks at this 3rd level, but works fine with the frontend, so it's only Mythweb.

If you manually enter the link, including the missing '/' you can see the files in that directory fine.

NB. I just upgraded from 22982, where it worked fine. A fair jump, I know, but some info is better than none...

Attachments (1)

mythweb-video-path.patch (1.3 KB) - added by Robert S 14 years ago.
Patch for broken path

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by anonymous

Also having the exact same issue in 23-fixes.

MythTV Version : 24542 MythTV Branch : branches/release-0-23-fixes Network Protocol : 56 Library API : 0.23.20100429-1 QT Version : 4.5.2 Options compiled in:

linux debug using_oss using_alsa using_pulse using_jack using_pulseoutput using_backend using_dvb using_firewire using_frontend using_glx_proc_addr_arb using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libudev using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mheg

comment:2 Changed 14 years ago by robertm

Ticket locked: set

Read the ticket howto, "me too" is useless.

Changed 14 years ago by Robert S

Attachment: mythweb-video-path.patch added

Patch for broken path

comment:3 Changed 14 years ago by robertm

Status: newassigned

comment:4 Changed 14 years ago by Rob Smith

Milestone: unknown0.24

comment:5 Changed 14 years ago by Rob Smith

Resolution: fixed
Status: assignedclosed

(In [26120]) Fixes #8000, this fixes the missing path seperator

Note: See TracTickets for help on using tickets.