MythTV-Themes / Arclight

The MythTV Arclight theme
Other
1 stars 3 forks source link

Selection is invisible when importing archived recordings. #2

Open BBagger opened 9 years ago

BBagger commented 9 years ago

When you try to import an archived recording it is hit-and-miss (mostly miss - 99.5% of cases) whether or not you actually succeed in getting the recording imported. Most of the time you get the message: "The selected file is not a valid archive file".

I have tried the function with MythAeonNox 28.1, Mythbuntu 28.20, Mythcenter-wide 1.7, Terra 1.4 and Steppes 27.40 and they all work as expected.

FYI: mythfrontend.real --version Please attach all output as a file in bug reports. MythTV Version : v0.27.4-30-g3b43903 MythTV Branch : fixes/0.27 Network Protocol : 77 Library API : 0.27.20141016-1 QT Version : 4.8.6 Options compiled in: linux profile use_hidesyms using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_bindings_php using_crystalhd using_dvb using_firewire using_frontend using_hdhomerun using_ceton using_hdpvr using_ivtv using_joystick_menu using_libcrypto using_libdns_sd using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_sdl using_taglib using_v4l2 using_x11 using_xrandr using_xv using_profiletype using_bindings_perl using_bindings_python using_bindings_php us

mytharchivehelper --version Please attach all output as a file in bug reports. MythTV Version : v0.27.4-30-g3b43903 MythTV Branch : fixes/0.27 Network Protocol : 77 Library API : 0.27.20141016-1 QT Version : 4.8.6 Options compiled in: linux profile use_hidesyms using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_bindings_php using_crystalhd using_dvb using_firewire using_frontend using_hdhomerun using_ceton using_hdpvr using_ivtv using_joystick_menu using_libcrypto using_libdns_sd using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl using_opengl_video using_qtwebkit using_qtscript using_qtdbus using_sdl using_taglib using_v4l2 using_x11 using_xrandr using_xv using_profiletype using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_vaapi using_vdpau using_ffmpeg_threads using_mheg using_libass using_libxml2

angelaschmid commented 9 years ago

The ArcLight MythArchive theme files seem not to be in sync with the latest fixes. You could ask on the mythtv-users list if someone made adaptions to the theme files.

A side-by-side compare between .mythtv\themes\Arclight\mytharchive-ui.xml and mythtv\mythplugins\mytharchive\theme\default-wide\mytharchive-ui.xml, showed different widget variables. Adapt them and try, e.g.

<textarea name="title" from="basetextarea">
should be
<textarea name="title1" from="basetextarea">

<textarea name="subtitle" from="basetextarea">
should be
<textarea name="title2" from="basetextarea">

<textarea name="isotitle_text" from="basetextarea">
should be
<textarea name="title" from="basetextarea">

Line 392
        <textarea name="title" from="basetextarea">
should be
        <textarea name="title_text" from="basetextarea">

Line 554
        <textarea name="videotitle" from="basetextarea">
might be
        <textarea name="title1" from="basetextarea">

etc..

There are three files, which might need to be modified: mytharchive-ui.xml mythburn-ui.xml mythnative-ui.xml

If you managed to make the proper changes to the theme files, please post them here and I will merge them.

As a quick solution you could delete the three files from the ArcLight theme, the MythBuntu-wide files will be used instead.

BBagger commented 9 years ago

Thank you for your reply with suggestions. Unfortunately I am rather busy the next couple of days, so I don't have the proper time to follow up right away, but I will follow up and report back.

BBagger commented 9 years ago

I have tried to follow your suggestions. I made the following changes to ~/.mythtv/themes/Arclight/mytharchive-ui.xml:


diff mytharchive-ui.xml* 100c100 <