It's currently my most used plugin / menu item in MP2
First off: Do have any plans to track issues, bugs etc related escpecially to the MP2 version at google code by using a new component there?
Should feature requests and/or improvement suggestions added over there directly?
Or would you like to prefer having your own project in JIRA or a component for MP2 related things in MP2 project?
Since the context menu is not available within the Titanium skin (feel free to add an issue within the MP2 JIRA project and schedule it for Alpha 3) , I switched to Reflexion currently.
There you have a an item count for categories, which might be a bit too small. It's just a minor visual issue:
EDIT: Noticed the item count in Titanium as well, but also small there.
Instead of using Reflexion to get the ContextMenu I also removed the key binding for the hidden menu from Titanium: https://github.com/MediaPortal/Medi...n/Titanium/screens/master_menu.xaml#L149-L150
and added
to ovsVideoItemContainerStyle and ovsSiteItemContainerStyle in OnlineVideoStyles.xaml
When trying to download all videos of "Pelzig hält sich" (ZDF mediathek):
BTW: I love the extensive DEBUG logging We should have this for the media importers as well, so that each file is being logged and whether it is skipped for any reason or imported.
But maybe not every received byte for the Command Header or not every received packet needs to be logged? (This is is required for deeper debugging, it would be great to have an additional Verbose log level within our logging framework to write excessive infos to the log files.
~7MB 112.000 lines of log infos and increasing...
Attached is only the part when I tried to queue all the videos.
When viewing the downloaded / downloading videos it would be nice to be able to
EDIT: OV_log_menu contains the log when trying get from home menu into onlinevideos now, which does not seem to be possible anymore. Only MP2 restart helped.
First off: Do have any plans to track issues, bugs etc related escpecially to the MP2 version at google code by using a new component there?
Should feature requests and/or improvement suggestions added over there directly?
Or would you like to prefer having your own project in JIRA or a component for MP2 related things in MP2 project?
Since the context menu is not available within the Titanium skin (feel free to add an issue within the MP2 JIRA project and schedule it for Alpha 3) , I switched to Reflexion currently.
There you have a an item count for categories, which might be a bit too small. It's just a minor visual issue:
EDIT: Noticed the item count in Titanium as well, but also small there.
Instead of using Reflexion to get the ContextMenu I also removed the key binding for the hidden menu from Titanium: https://github.com/MediaPortal/Medi...n/Titanium/screens/master_menu.xaml#L149-L150
and added
Code:
<Button.ContextMenuCommand>
<Command Source="{Service ScreenManager}" Path="ShowDialog" Parameters="ovsDialogItemContextMenu"/>
</Button.ContextMenuCommand>
When trying to download all videos of "Pelzig hält sich" (ZDF mediathek):
- First there is the question whether it should be downloaded "queued" or "concurrent".
- Then you'll be asked to choose the quality.
- This is fine for two vids, but for the third I only get the first dialog, but not the second one.
The video seems to be added to the queue (I get the message it is there already, if I try to add it again), I am not being asked to choose the quality.
BTW: I love the extensive DEBUG logging We should have this for the media importers as well, so that each file is being logged and whether it is skipped for any reason or imported.
But maybe not every received byte for the Command Header or not every received packet needs to be logged? (This is is required for deeper debugging, it would be great to have an additional Verbose log level within our logging framework to write excessive infos to the log files.
~7MB 112.000 lines of log infos and increasing...
Attached is only the part when I tried to queue all the videos.
When viewing the downloaded / downloading videos it would be nice to be able to
- very useful
- see the download progress for each item
- better
- track the overall progress and the progress for each queue item (has a progress bar within the list item ) There was a ripping test plugin/skin once but I am not able to find it anymore.
- nice 2 have, but not so important:
- have a queue, similar to the playlist screens, which allow to reorder the items
- pause, force start and delete downloads
- have a button on the left menu to remove (clear queue) from completed downloads
- very minor:
- An option for keeping the original filename would be nice and instead writing the metadata into an additional nfo (xbmc) file or a matroska xml tag file (see MkvTagger > I'll rework that "library" till the end of the year.
- Or maybe: Allow to define a filepattern using available variables like, %date_downloaded%, %date_uploaded% (or whatever the parsed date is), %original_filename%, %title%, %provider%, ...
EDIT: OV_log_menu contains the log when trying get from home menu into onlinevideos now, which does not seem to be possible anymore. Only MP2 restart helped.
Attachments
Last edited: