feature request: playlist downloading
BotB Academy Bug Reports and Feature Requests
 
 
197123
Level 24 Chipist
Viraxor
 
 
 
post #197123 :: 2024.09.10 2:55pm
  
  lasersphaser, blower5, kilowatt64, Mrperson987, arceus413 and retrokid104 liēkd this
so I can just download all the files in my playlist at once. it could be useful
 
 
198734
Level 10 Mixist
vikispod
 
 
post #198734 :: 2024.10.09 6:33am :: edit 2024.10.09 6:35am
  
  Viraxor, nitrofurano and SRB2er liēkd this
hell yeah
it would safe so much time
but it could also put alot of strain on the band width
maybe make a mirror of all battles or torrent type stuf idn
 
 
198738
Level 31 Chipist
damifortune
 
 
 
post #198738 :: 2024.10.09 9:58am
  
  Viraxor, nitrofurano, lasersphaser and moth liēkd this
good idea but super abusable
 
 
198742
Level 28 Mixist
argarak
 
 
 
post #198742 :: 2024.10.09 10:34am :: edit 2024.10.09 10:35am
  
  Viraxor, nitrofurano and Talen liēkd this
you can try this: https://www.downthemall.net/
you can set a filter for all links in the playlist page to be "Donload" to download all the source file
for downloading mp3 renders in a playlist it's a bit tricker, you may need something like a script. here's a command line thing you can try if you have a bash/zsh/etc. shell, lynx and wget:

lynx -dump -nonumbers "<playlist url>" -useragent="<any nonempty string>" | grep -Eio "^http.*donload/[0-9]+/" | sed "s/EntryDonload/MP3Donload/" | xargs wget --content-disposition

you might actually need a script if you want the files to be in order..
be a good netizen and leave some bandwidth for everyone else!
 
 
198758
Level 20 Mixist
Luigi64
 
 
 
post #198758 :: 2024.10.09 3:39pm
  
  nitrofurano liēkd this
if you could just donload playlists as m3u files, it would probably be possible to use that as a sort of download list for wget or a download manager or even a media player

also, if we had torrents, it should in theory be possible to create a .torrent out of a playlist since bittorrent v2 supports deduplication
 
 
198773
Level 29 Chipist
nitrofurano
 
 
 
post #198773 :: 2024.10.10 12:26am :: edit 2024.10.10 12:32am
@damifortune expecting server errors (503, 404, etc.) after this being implemented much more frequently...

@vikispod in some old threads here you can find torrents being mentioned, i think the issue is keeping them updated daily (for example)
 
 

LOGIN or REGISTER to add your own comments!