Kodi Community Forum
Req Music Video 'Party Mode' - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263)
+--- Thread: Req Music Video 'Party Mode' (/showthread.php?tid=337315)



Music Video 'Party Mode' - EngineerPeter - 2018-11-08

Hi, 

In the music library there is the option to create a party mode where a random list of songs is generated and then played.  Is there (or can someone create) a similar script / service for music videos??

What I'm after is to set the music videos going, so it's like MTV, but with the music videos I have in my library?

Any one have any thoughts on how I can do this??

Thanks in advance


RE: Music Video 'Party Mode' - tjay260476 - 2018-11-08

I have done this, in favourites

Here is the code to put in the favourites.xml

<favourite name="insert fave title" thumb="/path to file/thumbnail.png">PlayerControl(PartyMode(video))</favourite>

This then shuffles all your music videos, and gives you your own music 'channel' - locally!


Hope that helps


RE: Music Video 'Party Mode' - scott967 - 2018-11-09

Party mode is available for music videos.  You can use the system-defined party mode playlist (includes all music videos in the library), or define you own smart playlist with filtered contents.  Open the context menu of the playlist and select "play in party mode".

scott s.
.


RE: Music Video 'Party Mode' - docwra - 2018-11-09

(2018-11-08, 19:57)tjay260476 Wrote: I have done this, in favourites

Here is the code to put in the favourites.xml

<favourite name="insert fave title" thumb="/path to file/thumbnail.png">PlayerControl(PartyMode(video))</favourite>

This then shuffles all your music videos, and gives you your own music 'channel' - locally!
 But how do you only filter Music Videos into this without including Movies and TVShows?


RE: Music Video 'Party Mode' - tjay260476 - 2018-11-09

It is already done! party mode only does music videos, so TV and movies are already filtered!


RE: Music Video 'Party Mode' - docwra - 2018-11-09

(2018-11-09, 18:18)tjay260476 Wrote: It is already done! party mode only does music videos, so TV and movies are already filtered!
 Wow.. Your right, it works just like that! Thanks. Smile

Now to work out how to do this for 90s music, or electronic videos... Hmm


RE: Music Video 'Party Mode' - tjay260476 - 2018-11-09

I cannot believe such a simple line of code in an xml file can produce, for what is, your own personal music TV channel via favourites! 

I personally would just go for both LOL, it is your own curated MTV, so whatever plays, u gonna like!  Laugh


RE: Music Video 'Party Mode' - EngineerPeter - 2018-11-12

(2018-11-08, 19:57)tjay260476 Wrote: I have done this, in favourites

Here is the code to put in the favourites.xml

<favourite name="insert fave title" thumb="/path to file/thumbnail.png">PlayerControl(PartyMode(video))</favourite>

This then shuffles all your music videos, and gives you your own music 'channel' - locally!


Hope that helps
Thanks for this; sounds like it works so will give it a go tonight. 

Appreciate the help


RE: Music Video 'Party Mode' - icedragonslair - 2019-02-15

Sorry to necro, but all I get is party mode aborted, no video files in library.  no matter what i try yet the files are there


RE: Music Video 'Party Mode' - Karellen - 2019-02-15

@icedragonslair

We need a Debug Log which captures the problem you are experiencing. Guide is here... https://forum.kodi.tv/showthread.php?tid=323719&pid=2665079#pid2665079


RE: Music Video 'Party Mode' - scott967 - 2019-02-16

When party mode is aborted, it means less than 10 songs (or music videos) passed the filter.  It's dynamic, so for example if you create a smart playlist of all music videos with playcount < 1, it will start playing the unwatched MVs until finally you have less than 10 left.

scott s.
.