[MP1-4118 ] MyVidéo Playlist show nothing when many Video are played (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France

    MediaPortal Version:
    1.4.0

    Description
    When many Movie/Vidéo are played inside MyVidéo
    MyVidéo Playlist is empty
    Screenshot :
    1. MyMusic Playlist
    2. MyVideos playslist : with 2 videos playing

    Steps to Reproduce:
    Play vidéo inside folder
    Press X keyboard for return to GUI
    select "Playlist" on left Menu
    Playlist is empty
     

    Attachments

    • 20-45-56.png
      20-45-56.png
      699.9 KB
    • 20-46-26.png
      20-46-26.png
      560.6 KB
    Last edited:

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    It's not a bug, "Play all in folder" is not playlist function, just fire and enjoy function (like my kids do on music videos folder, just play for us music videos, we don't care about the file names, we just want to jump around the room for a few hours :)).

    But to get what you need, My Videos requires easy patch:

    GUIVIdeoFiles line 3536-3537

    Code:
    		  _playlistPlayer.CurrentPlaylistType = PlayListType.PLAYLIST_VIDEO_TEMP;
    		  PlayList tmpPlayList = _playlistPlayer.GetPlaylist(PlayListType.PLAYLIST_VIDEO_TEMP);

    change to

    Code:
    		  _playlistPlayer.CurrentPlaylistType = PlayListType.PLAYLIST_VIDEO;
    	  PlayList tmpPlayList = _playlistPlayer.GetPlaylist(PlayListType.PLAYLIST_VIDEO);
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #3
    AH,
    i don't know, for me playlist has the same function as itemlist in VLC or Winamp, is not the basic function od playslit ? because working as this on Music

    we don't care about the file names, we just want to jump around the room for a few hours
    I'm aggree with you, i don't think everybody use this Playlist for see vidéo in list :D but i think is better for manage it.

    PS : i do the patch with your changes, and post it (y) ( but not now, i'm @work)
     
    Last edited:

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #6
    i can ;)
    my question was only for not forget this. and if was really needed.

    PS : Croatia ( Split & Dubrownik) is an beautifull country ( but the sea very cold :cry: )
     

    Users who are viewing this thread

    Top Bottom