NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 24 25 26 27 28 … 93 Next »
Video Library clone

 
  • 0 Vote(s) - 0 Average
Video Library clone
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#21
2009-02-03, 04:26 AM
Is BaseButtonListUiTask set up to invoke GetImageCallback when using slick? It doesn't seem to be working at first glance since the callbacks normally only happen for the icon and filmstrip views.
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#22
2009-02-06, 01:17 PM
I can't seem to display the InfoSummary and poster with Slick just by relying on subclassing.

Sub, anyone, do you know why this would be? I've avoided learning anything about skins up until now and the solution may be clear to someone willing to take a quick look.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#23
2009-02-06, 03:33 PM
jasonbs10 Wrote:Is BaseButtonListUiTask set up to invoke GetImageCallback when using slick? It doesn't seem to be working at first glance since the callbacks normally only happen for the icon and filmstrip views.
This is done by the skin helper, and isnt tied to the list view at all. It should work fine.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#24
2009-02-06, 03:34 PM
jasonbs10 Wrote:I can't seem to display the InfoSummary and poster with Slick just by relying on subclassing.

Sub, anyone, do you know why this would be? I've avoided learning anything about skins up until now and the solution may be clear to someone willing to take a quick look.
Its not clear what you're trying to do, and what isnt working. You'd have to give me more detail to go on.
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#25
2009-02-07, 01:35 AM
Let's start with the named variables @title, @genre, etc. If I set those, just like I would have for blue, they don't show up under the info summary section. Same problem with the poster whether I use an image or a callback.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#26
2009-02-07, 01:44 AM
Sorry, you're not giving me enough information. I dont understand the question.
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#27
2009-02-07, 02:08 AM
Maybe a snippet of code will help? I would expect the following to cause the skin to display metadata but it doesn't:

Hashtable properties = new Hashtable();
properties.Add("@title", "Title");
properties.Add("@duration", "Duration");
properties.Add("@genre", "Genre");
properties.Add("@description", "Description");
uiList.setItemList(new ArrayList() { new UiList.Item() { properties = properties } });
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#28
2009-02-07, 02:29 AM
The metadata displayed in the slick skin is not a feature of UiList. It is a feature of the Video/Music/Photo Library screens, and independent of the UiList. These screens are based on BaseButtonListUiTask, but override the GetRenderList() function to add the InfoSummary etc.
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#29
2009-02-07, 02:57 AM
Ahh, thanks. I might leave slick compatibility to someone more enterprising then.
jasonbs10
Offline

Member

Posts: 104
Threads: 4
Joined: Mar 2008
#30
2009-02-14, 06:19 PM
Sub, are there any plans to overload IPluginHelper.PlayVideoFile() so it accepts a playback time? I don't strictly need this function, just some way to start playback from the beginning and without a resume prompt if the file is only a few seconds in. I often open files to make sure they're ok and it doesn't make sense to resume on the next playback.

And should I remind you about my other feature request or do you maintain a todo list of sorts?

Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Video streaming URL and parameters? cncb 1 1,934 2021-10-22, 06:58 PM
Last Post: sub
  Extras device - using hardware video encoder gdogg371 6 3,398 2021-03-09, 12:18 AM
Last Post: gdogg371
  Loading Local Video Files Syler 25 6,970 2021-03-07, 09:20 PM
Last Post: Syler
  Resuming a video imilne 28 15,079 2016-10-30, 09:27 PM
Last Post: mvallevand
  How to tell when video playback has finished in web client? cncb 6 4,389 2015-09-29, 08:07 PM
Last Post: cncb
  VIdeo playback from plugin mvallevand 5 3,627 2015-08-06, 10:43 PM
Last Post: sub
  Inset Video - Stop mvallevand 2 2,135 2013-08-07, 09:57 PM
Last Post: mvallevand
  Video Library Fanart Transparency tieke 7 4,044 2013-01-09, 08:23 AM
Last Post: tieke
  NMT Video Playback - does it receive start/stop events psycik 8 3,543 2012-07-15, 10:01 PM
Last Post: mvallevand
  Resume or Restart dialog for video psycik 6 3,144 2011-12-22, 02:52 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode