How to add "Slideshow" button to the "My Music" window (1 Viewer)

rivera

Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    In the mean time you can put a saved playlist in the picture directory and it will start automatically when you start the slideshow. Just name it folder.m3u.
    The setting in MP Configuration, Music settings will determine if the playlist is shuffled at startup.
    This is very good solution - but is not flawless :).
    What if I have diferent playlists ? :)
    to jump to any window ID (incl My pictures) with a hotkey use shortcuter (link in my sig)
    OK, I will try it, that you for the idea :).
    milkdrop works with mediaportal (when i used it i found it a little buggy tho)
    Yes, I know. That was one of reasons of my choice ;).
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    In the mean time you can put a saved playlist in the picture directory and it will start automatically when you start the slideshow. Just name it folder.m3u.
    The setting in MP Configuration, Music settings will determine if the playlist is shuffled at startup.
    This is very good solution - but is not flawless :).
    What if I have diferent playlists ? :)

    I dunno i just remembered reading it, have not tried it myself.
    you could add some kinda of script that copies a random playlist or something but that would be over complicating things.
    can a .m3u playlist reference other playlists you could try that
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    I used it for a long time. Pictures is BIG in my HTPC usage.

    I had a few menu entries (MultiShortcut) like this:
    Playlist1 to Pictures
    Playlist2 to Pictures
    Playlist3 to Pictures
    Select the desired playlist, then go to pictures and start slideshow.
    Guess you just want to automate /combine the steps.

    That reminds me: I did not recreate those menu items since upgrading to MP1.1.0beta1...
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    I have found a very simple solution to organize slideshow in MyMusic, MyMusicPlaylist, MyMusicPlayingNow.
    The idea is to use multiimage feature.
    For example, we have a window with some controls including images, labels, buttons.
    And some button with ID=777 is a default control.

    1. For each control specify:
    <visible>!Control.HasFocus(777777)</visible>

    2. Add a new button "Slideshow" with the same conditional visibility.
    Specify for the button:
    <onup>777778</onup>
    <ondown>777778</ondown>
    <onleft>777778</onleft>
    <onright>777778</onright>

    3. Specify for other buttons how to move from them to the added "Slideshow" button (onup, ondown, onleft, onright).

    4. Add one more dummy button "Slideshow buddy":
    <onup>777</onup> <!-- i.e. to default control -->
    <ondown>777</ondown>
    <onleft>777</onleft>
    <onright>777</onright>
    <posX>2000</posX> <!-- i.e. some huge value -->
    <visible>yes</visible> <!-- i.e. always visible -->

    5. Add a new multiimage control:
    <visible>Control.HasFocus(777777)</visible>
    specify a path, fade effects etc

    So, the constraints for the proposed slideshow:
    - fixed path
    - no random effects
     

    rivera

    Retired Team Member
  • Premium Supporter
  • December 1, 2008
    237
    21
    Home Country
    Russian Federation Russian Federation
    Downside is that "multiimage" consumes alot of memory .
    You are right...
    Could you estimate how much memory is required to store 10 background pics 1920x1080 ?
    Does it depend on pics format - BMP, JPEG, PNG ?
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Sorry, I have no idea. Maybe one of our skinners or devs can help?
     

    Users who are viewing this thread


    Write your reply...

    Similar threads

    How do you add a new selection to the TV Guide Rows option in the BasicHome Editor in DWHD? Id like to add an option for 8 Rows. Which xmls should I be looking at to change.? Thanks!
    How do you add a new selection to the TV Guide Rows option in the BasicHome Editor in DWHD? Id like to add an option for 8 Rows...
    How do you add a new selection to the TV Guide Rows option in the BasicHome Editor in DWHD? Id like to add an option for 8 Rows...
    Replies
    0
    Views
    222
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video playback in MP2 is buggy when playing 4k material. Therefore: PLEASE add an option for an external video player! I'd LOVE to have VLC back as videoplayer, like in MP1! This works perfectly. You will make a...
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video...
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video...
    Replies
    0
    Views
    286
    This is one of the top search results for WMC having stopped working; thanks everyone for the useful information! My shell scripting skills are very rusty these days, so for those like me who are still rocking Windows 7's (or some later version of) WMC, I thought I'd post the (rather hacky) Python script I'm using as a drop-in...
    This is one of the top search results for WMC having stopped working; thanks everyone for the useful information! My shell...
    NOT A MEDIAPORTAL ISSUE. Using MediaPortal1, Kodi for TV viewing. Today I noticed the TV Guide in Kodi stopped updating. A Google...
    Replies
    32
    Views
    4K
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it requires extensive metadata scraping that I don't need. Is it possible to instantly access the video categories when landing on the page? I would like to display a single media page with the following...
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it...
    Hello, I would like to use a media server to display various learning categories. I prefer not to use software like Kodi, as it...
    Replies
    0
    Views
    469
    Thank you both for your good and very detailed advice. I think I will try to go for the x86 install.
    Thank you both for your good and very detailed advice. I think I will try to go for the x86 install.
    Hello great people ! I have an old Win7 setup running the 1.29 build and I'm making a new htpc on Win11. I have made a backup and...
    Replies
    3
    Views
    178
    Top Bottom