Solved "Add to playlist" button
#36
(2016-01-19, 20:09)curti Wrote:
(2016-01-19, 19:38)DarkHelmet Wrote: Music videos are part of the video library. There is a short cut in the music library but to my knowledge it is just that, a short cut. The playlists are m3u. What do you mean by a sample? Should I upload the m3u somewhere?

In the playlist editor of the music section you can add music videos to playlists too.

Thank you, I will look at it as time allows for me. A sample of filename(s)/NFO contents in a quote here should do. I would like to scrape some sample videos as music videos into my dev library so I can view/test it.

Sure, that's easy to do.

filename coolsong.mp4 and coolsong.nfo

Contents of the nfo:

Code:
<musicvideo>
        <title>Hells Bells</title>
        <artist>AC/DC</artist>
        <album>Back in Black</album>
        <genre>Hard Rock</genre>
        <runtime>05:11</runtime>
        <plot>Music Video</plot>
        <year>1980</year>
                 </musicvideo>

another one:

coolersong.mp4 and coolersong.nfo

Code:
<musicvideo>
        <title>I Bet You Look Good On The Dancefloor</title>
        <artist>Arctic Monkeys</artist>
        <album>Whatever People Say I Am, That's What I'm Not</album>
        <genre>Rock</genre>
        <runtime>02:51</runtime>
        <plot>Music Video</plot>
        <year>2006</year>
                 </musicvideo>

That should put two music videos in your library.
Reply


Messages In This Thread
"Add to playlist" button - by Xandalus - 2005-07-25, 17:11
[No subject] - by kraqh3d - 2005-07-25, 17:44
[No subject] - by Xandalus - 2005-07-25, 18:38
[No subject] - by Loto_Bak - 2005-07-25, 21:40
RE: "Add to playlist" button - by Rejlan - 2014-06-13, 09:19
RE: "Add to playlist" button - by Ned Scott - 2014-06-13, 09:34
RE: "Add to playlist" button - by Rejlan - 2014-06-13, 09:53
RE: "Add to playlist" button - by halsafar - 2014-08-06, 03:43
RE: "Add to playlist" button - by gtempo - 2015-02-12, 04:46
RE: "Add to playlist" button - by gshodg - 2015-05-14, 14:35
RE: "Add to playlist" button - by DarkHelmet - 2015-02-12, 21:31
RE: "Add to playlist" button - by DarkHelmet - 2015-03-30, 00:05
RE: "Add to playlist" button - by Eisi2005 - 2015-03-30, 09:07
RE: "Add to playlist" button - by DarkHelmet - 2015-04-25, 18:17
RE: "Add to playlist" button - by Eisi2005 - 2015-04-25, 18:27
RE: "Add to playlist" button - by DarkHelmet - 2015-09-19, 13:14
RE: "Add to playlist" button - by Ned Scott - 2015-09-19, 21:56
RE: "Add to playlist" button - by BikerDude - 2015-12-30, 15:01
RE: "Add to playlist" button - by Hollako - 2016-01-01, 12:10
RE: "Add to playlist" button - by Eisi2005 - 2016-01-04, 19:32
RE: "Add to playlist" button - by elenthil - 2016-01-14, 20:23
RE: "Add to playlist" button - by curti - 2016-01-16, 00:19
RE: "Add to playlist" button - by elenthil - 2016-01-16, 13:33
RE: "Add to playlist" button - by DarkHelmet - 2016-01-16, 14:14
RE: "Add to playlist" button - by Eisi2005 - 2016-01-16, 16:07
RE: "Add to playlist" button - by DarkHelmet - 2016-01-17, 13:39
RE: "Add to playlist" button - by curti - 2016-01-19, 01:11
RE: "Add to playlist" button - by DarkHelmet - 2016-01-19, 19:38
RE: "Add to playlist" button - by curti - 2016-01-19, 20:09
RE: "Add to playlist" button - by DarkHelmet - 2016-01-20, 13:30
RE: "Add to playlist" button - by Eisi2005 - 2016-01-19, 08:20
RE: "Add to playlist" button - by BikerDude - 2016-01-19, 22:13
RE: "Add to playlist" button - by curti - 2016-01-19, 22:39
RE: "Add to playlist" button - by BikerDude - 2016-01-20, 11:40
RE: "Add to playlist" button - by curti - 2016-01-20, 19:34
RE: "Add to playlist" button - by braz - 2016-01-21, 07:54
RE: "Add to playlist" button - by DarkHelmet - 2016-01-21, 17:56
RE: "Add to playlist" button - by curti - 2016-01-21, 18:24
RE: "Add to playlist" button - by curti - 2016-01-22, 00:48
RE: "Add to playlist" button - by zag - 2016-02-09, 20:46
RE: "Add to playlist" button - by Hollako - 2016-03-13, 00:47
RE: "Add to playlist" button - by thearm - 2017-03-22, 16:11
RE: "Add to playlist" button - by curti - 2017-03-27, 03:53
RE: "Add to playlist" button - by DarkHelmet - 2017-03-23, 00:42
RE: "Add to playlist" button - by thearm - 2017-04-01, 23:05
Logout Mark Read Team Forum Stats Members Help
"Add to playlist" button1