How to add "Slideshow" button to the "My Music" window (2 Viewers)

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

    Similar threads

    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
    321
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use just to control volume and standby, will no longer put my devices (TV & AVR) to sleep when the HTPC is put in standby. Also when I wake up the HTPC MP closes or crashes (not sure which) as per the example in...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Replies
    0
    Views
    453
    Please check the wiki, which explains how to prepare and use MP2. If files are stored as mp4, mkv, avi, ... does not really matter.
    Please check the wiki, which explains how to prepare and use MP2. If files are stored as mp4, mkv, avi, ... does not really matter.
    I am running MP2 on a computer running Windows 10 Pro. When I start MP2 I see a screen displaying square images to the left ...
    Replies
    1
    Views
    606
    It's getting weirder..... If I remove all the IP cards in the TVServer setup and then add them back I can scan the M3u and tune the stations but if I rescan it on the same card it just keeps updating the 1 channel. My brain is melting.........
    It's getting weirder..... If I remove all the IP cards in the TVServer setup and then add them back I can scan the M3u and tune the...
    Having great fun with this still. I have a fairly good PC setup, Ryzen 5 8500g, Msi Pro 650M-P with 32GB of RAM with a TBS 6281 and...
    Replies
    2
    Views
    254
    You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and check.
    You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and...
    I don't have a TV card in my HTPC setup, so I really only use plugins that browse and show media files, like MP TV-Series, Moving...
    Replies
    5
    Views
    2K
    Top Bottom