displaying tv recording thumbs beside the description text? (1 Viewer)

MoPhat

Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    Is there a way to show the thumb beside the description text on the bottom, instead in the selection himself?

    thumbOnrRecordings.jpg


    thx
    MoPhat
     

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    I think it's a good idea, but how do you call the thumbnail image? I've used your plugin to create a thumbnail which I can see in MyVideos but so far I haven't been able to get it to show in recorded TV. Any ideas?

    Bleazle
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    My plugin, Thumnailer works great for the tv recordings on singleseat machines.
    you can enable the fith path (TvRecordings) in settings for the tv thumbs.

    mophat-albums-screenshots-picture13-screenshot.jpg



    ...the only thing is, is there a way to get a image in a own picture element instead the one of the list or botj together?

    thx
    MoPhat
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,159
    750
    I think it's a good idea, but how do you call the thumbnail image? I've used your plugin to create a thumbnail which I can see in MyVideos but so far I haven't been able to get it to show in recorded TV. Any ideas?

    Bleazle

    I just added this at the bottom of mytvrecordedtv:

    <control>
    <description>Dummy Image</description>
    <id>205</id>
    <type>image</type>
    <posX>2000</posX>
    <posY>10</posY>
    <width>1</width>
    <height>1</height>
    <texture>#selectedthumb</texture>
    </control>
    <control>
    <id>204</id>
    <type>image</type>
    <posX>20</posX>
    <posY>323</posY>
    <width>260</width>
    <height>180</height>
    <texture>#selectedthumb</texture>
    <visible>facadeview.list</visible>
    </control>

    Copied it from somewhere else - I am no skinner, so no idea, if it makes sense - but it is working.

    I now get the TV-preview thumbs displayed, that are created by MP itself.
     

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    My plugin, Thumnailer works great for the tv recordings on singleseat machines.
    you can enable the fith path (TvRecordings) in settings for the tv thumbs.

    mophat-albums-screenshots-picture13-screenshot.jpg



    ...the only thing is, is there a way to get a image in a own picture element instead the one of the list or botj together?

    thx
    MoPhat

    My version of your plugin doesn't look like that - in line five it just says "Folder 5". As far as I can tell I'm using the latest version though? I have pointed Folder 1 at a TV recording and it makes a thumbnail no problem.

    I think it's a good idea, but how do you call the thumbnail image? I've used your plugin to create a thumbnail which I can see in MyVideos but so far I haven't been able to get it to show in recorded TV. Any ideas?

    Bleazle

    I just added this at the bottom of mytvrecordedtv:

    <control>
    <description>Dummy Image</description>
    <id>205</id>
    <type>image</type>
    <posX>2000</posX>
    <posY>10</posY>
    <width>1</width>
    <height>1</height>
    <texture>#selectedthumb</texture>
    </control>
    <control>
    <id>204</id>
    <type>image</type>
    <posX>20</posX>
    <posY>323</posY>
    <width>260</width>
    <height>180</height>
    <texture>#selectedthumb</texture>
    <visible>facadeview.list</visible>
    </control>

    Copied it from somewhere else - I am no skinner, so no idea, if it makes sense - but it is working.

    I now get the TV-preview thumbs displayed, that are created by MP itself.

    hmmm.. I tried that code and nothing showed up for me :rolleyes: It could be because I'm using ForTheRecord as my TV plugin though, I'm not sure. Unfortunately I can't use the standard TV plugin now that FTR is enabled so I'll have to play around with the code and then get a BleazleWide skin user to test it for me.

    Cheers

    Bleazle
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,159
    750
    hmmm.. I tried that code and nothing showed up for me :rolleyes: It could be because I'm using ForTheRecord as my TV plugin though, I'm not sure. Unfortunately I can't use the standard TV plugin now that FTR is enabled so I'll have to play around with the code and then get a BleazleWide skin user to test it for me.

    Cheers

    Bleazle

    Hi Bleazle,
    just tried testing it with your skin, but I can't, because I am running SVN Version (which changed especially the recorded section). Apart from that, it should be same procedure with FTR I assume.

    Forgot one thing: You also have to import the "common.facade.recordings.xml" - which is not part of your skin (probably came with MP-SVN).

    Good luck and appreciate the work on your skin!

    (Attached find the files from Indigo Skin with Modification)
     

    Attachments

    • mytvrecordedtv.xml
      30.6 KB
    • common.facade.recordings.xml
      30.7 KB

    Bleazle

    Portal Pro
    July 14, 2007
    1,122
    257
    Pukekohe
    Home Country
    New Zealand New Zealand
    ...Hi Bleazle,
    just tried testing it with your skin, but I can't, because I am running SVN Version (which changed especially the recorded section). Apart from that, it should be same procedure with FTR I assume.

    Forgot one thing: You also have to import the "common.facade.recordings.xml" - which is not part of your skin (probably came with MP-SVN).

    Thanks for that info and attaching those files. After making those changes I can get an image to appear but it's just the channel logo :rolleyes: but it sounds like you're getting a thumbnail from the selected TV programme? Can you take a screenshot of what you're getting?

    ...Good luck and appreciate the work on your skin!

    Thanks - it's the little things like this feature (if I can get it to work!) which add the finishing touches :)

    @Bleazle

    The tv-recording thumbs goes to a special folder.

    Please take the actual version from here: https://forum.team-mediaportal.com/...tes-automaticly-thumbnails-video-files-41250/

    MoPhat

    Thanks - got it, ran it but still no thumb showing in recorded TV - plus now it doesn't show a thumb in MyVideos either(?)

    Any ideas?

    Thanks
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    Hi, for testing i edited the Monochrome skin file "mytvrecordedtv.xml" and enabled in the Thumbnail options to create the tv recording thumbs.

    for me it works now... fine :D:D:D

    But the MP own thumb creation is very slow and i dont know for the moment when is it created and where the location is...

    good night
    MoPhat
     

    Attachments

    • mytvrecordedtv.xml
      30.6 KB

    Users who are viewing this thread

    Similar threads

    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
    Replies
    1
    Views
    2K
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my skin-improvement-ideas because I couldn't get these cross-dependencies sorted out.
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my...
    I adjusted the MyMusicPlayingNowInfos.xml for my OldEyes variant of DWHD so it fits without crowding. I now have the issue of text...
    Replies
    7
    Views
    2K
    MP1 MP2 Design questions. DE
    No No
    No No
    Is there an xml display utility that will allow graphically checking of dialog and osd text and graphics element placement? or Is...
    Replies
    1
    Views
    2K
    I note that you are using MP2. The following applies to MP1, but I think that MP2 is identical in this situation. "TV Server Config" has a "TV Mapping" panel in the "TV Channels" section. On the "TV Mapping" tab: The left column lists the channels that have not yet been mapped to the TV tuner identified by the drop-down menu just...
    I note that you are using MP2. The following applies to MP1, but I think that MP2 is identical in this situation. "TV Server...
    I've scanned for channels, and got all channels mapped to tuner 0 of my 8 channel TV card (eg: 2 cards of 4 channels each) Is there...
    Replies
    1
    Views
    564
    Isn't there anyone who needs the series episode listings in the EPG? Perhaps someone could move this post to the English forum.
    Isn't there anyone who needs the series episode listings in the EPG? Perhaps someone could move this post to the English forum.
    Since EPG Buddy is no longer working and the 'TV Movie EPG Import ++' plugin is working again, I'm now having trouble completing...
    Replies
    1
    Views
    2K
    Top Bottom