mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #151] Download playlist m3u for mkv and avi files types #126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Smax2k on GitHub (Aug 21, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/151
Hello,
I had a little idea, it would be great to be able to download a playlist in m3u format for video formats that are not compatible with the internet browser.
I think for people who do not understand that you have to copy the link in vlc, they could open the playlist directly in vlc, just by clicking on it.
The playlist could have multiple files if the torrent has multiple files.
What do you think ?
@asapach commented on GitHub (Aug 21, 2018):
I think it's already implemented, but not documented anywhere (other than in the REST API): you can use this URL
http://localhost:9000/torrents/{hash}/filesto get the M3U playlist. I haven't figured out where to put this link in the UI to make it user-friendly.@Smax2k commented on GitHub (Aug 21, 2018):
Ok is work good. For the ui user-friendly may be : https://i.imgur.com/igzAX1K.jpg (new img)
@asapach commented on GitHub (Aug 26, 2018):
I've decided to add the "playlist" option next to the "archive" option in the new header:

The header will appear when there are multiple files in the torrent.
@Smax2k commented on GitHub (Aug 26, 2018):
Awesome, it is a very good idea!
@Smax2k commented on GitHub (Aug 27, 2018):
Hello, i have update and fresh install of the vps but i don't see the new feature ? Thanks
@asapach commented on GitHub (Aug 27, 2018):
@Smax2k, as I mentioned it only shows up when you have more than one file in the torrent. How many files do you have?
And what version BTW?
@Smax2k commented on GitHub (Aug 27, 2018):
Ok it's my fault, I misunderstood, i have one file. Thank you @asapach