NianderWallace Posted July 1, 2018 Share Posted July 1, 2018 Hey, I created a playlist in VLC player on my PC. Now the question is how do I get it on my phone & is there a way I can just get the songs in this playlist and copy them to the phone? (Many songs on this playlist are currently only on my PC) (Is there a program that can just do this task? (copying the songs from the playlist to my phone)) Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/ Share on other sites More sharing options...
flyingdutchman Posted July 1, 2018 Share Posted July 1, 2018 If you do not find anything for the pc, i would create a .m3u playlist and use a text editor to prefix each line with cp (+ space) and add (+space) c:\temp to each line. Then give it a .bat extension instead of .m3u. Then double click it. This will copy those tracks to c:\temp from whic you can copy them to your device. Use the global replace function of your editor. For instance replace F:\music with cp F:\music where F:\music is your root music folder. Then replace .mp3 with .mp3 c:\temp assuming they are all .mp3 files Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51904 Share on other sites More sharing options...
NianderWallace Posted July 2, 2018 Author Share Posted July 2, 2018 First of all thanks for the answer. But it doesn't seem to work, maybe you can tell me what I did wrong. The but opens and I see some lines in the newly opened window but it doesn't stay open long enough that I could read what it says. I have .mp3 and .flac so I replaced ".mp3" with ".mp3 D:/tmp" and ".flac" with ".flac D:/tmp" This would be the first 3 lines of the .m3u playlist. (after those 3 lines there is just the stuff for the next track.) #EXTM3U #EXTINF:235,Marteria/Casper - Champion Sound file:///H:/_Music/Marteria%20&%20Casper/Marteria%20&%20Casper%20-%20Champion%20Sound.mp3 And I changed it to this: #EXTM3U #EXTINF:235,Marteria/Casper - Champion Sound file:///cp H:/_Music/Marteria%20&%20Casper/Marteria%20&%20Casper%20-%20Champion%20Sound.mp3 D:/tmp (I want to copy them to my (D:) harddrive because (C:) is an SSD which I don't want to write/read more than necessary) Do I have to delete the "file:///" in every line or something like that? (I also tried creating the tmp-folder and than run the .bat again. Didn't work either & I tried again after I changed the "D:/tmp" to "D:\tmp") Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51930 Share on other sites More sharing options...
flyingdutchman Posted July 2, 2018 Share Posted July 2, 2018 You need to get rid of file:/// Also you do not need lines with#extinf. Simply prefix them with rem (+space) Ps. Windows format of paths uses \ android uses / Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51931 Share on other sites More sharing options...
NianderWallace Posted July 2, 2018 Author Share Posted July 2, 2018 So I now have only lines which start with "cp H:" and so on in the .bat but it still doesn't work This is now the line for the first track: cp H:\_Music/Marteria%20&%20Casper/Marteria%20&%20Casper%20-%20Champion%20Sound.mp3 D:\temp "cp H:/" and "D:/temp" also don't work (which should be the right one, because I created the playlist on windows and this was the format it used) What am I still doing wrong? Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51933 Share on other sites More sharing options...
flyingdutchman Posted July 2, 2018 Share Posted July 2, 2018 The format of the initial .m3u playlist seems to contain url's rather than fully qualified paths. eg file:///H:/_Music/Marteria%20&%20Casper/Marteria%20&%20Casper%20-%20Champion%20Sound.mp3 should be H:\_Music/Marteria Casper\Marteria Casper - Champion Sound.mp3 How did you create this? Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51934 Share on other sites More sharing options...
NianderWallace Posted July 2, 2018 Author Share Posted July 2, 2018 20 hours ago, NianderWallace said: I created a playlist in VLC player on my PC. So I opened VLC which then shows an empty playlist where I drag and dropped the songs in and then I saved it as an .xspf and as an .m3u I think I'm just gonna copy those files by hand ("only" 50 files) but the REAL problem is probably to get the playlist work in the Poweramp app. Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51935 Share on other sites More sharing options...
flyingdutchman Posted July 2, 2018 Share Posted July 2, 2018 If you can create a compliant .m3u playlist then there is a solution but as it stands, my suggested approach will not work. Sorry Export for example a playlist from Poweramp and open it up. It will show you the valid format. Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51937 Share on other sites More sharing options...
andrewilley Posted July 2, 2018 Share Posted July 2, 2018 If you want to include spaces (instead of using %20) in a batch file you'll need to enclose the filename portion in quotes. e.g. cp "H:\_Music\Marteria Casper\Marteria Casper - Champion Sound.mp3" D:\temp Andre Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51939 Share on other sites More sharing options...
flyingdutchman Posted July 2, 2018 Share Posted July 2, 2018 1 minute ago, andrewilley said: If you want to include spaces (instead of using %20) in a batch file you'll need to enclose the filename portion in quotes. e.g. cp "H:\_Music\Marteria Casper\Marteria Casper - Champion Sound.mp3" D:\temp Andre that too !!! Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51940 Share on other sites More sharing options...
flyingdutchman Posted July 2, 2018 Share Posted July 2, 2018 @NianderWallace if you send me the playlist, i will fix it such that you can copy them all to one location and i will also give you a valid playlist to import into my app which will create a new android playlist which you then import into Poweramp. Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51954 Share on other sites More sharing options...
NianderWallace Posted July 2, 2018 Author Share Posted July 2, 2018 Here's the playlist. The app is the first link in your signature I guess? Playlist.m3u Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51957 Share on other sites More sharing options...
flyingdutchman Posted July 3, 2018 Share Posted July 3, 2018 I tested VLC and yes, it creates .m3u playlists but not in a format that is common for this type of playlist. If you want to continue to use this method then I suggest you use foobar for example. I have attached 2 files, the one with .bat is to copy the playlist tracks to D:\temp The other one you copy to your device and use the import facility of my app. (I believe the free version has this too) Before importing, ensure that android scanning has completed. The new playlist will be an android playlist so you need to import it into Poweramp. playlist.bat playlist.m3u Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51988 Share on other sites More sharing options...
NianderWallace Posted July 3, 2018 Author Share Posted July 3, 2018 Thanks for all the work & help it worked about 80% or something. I have all the tracks on my phone now (few from the .bat did not work because of ÄÖÜ and some other symbols, which I copied manually) And the Playlist import also doesn't work completely. According to the log file only 3 songs would be missing (Probably because I already have them on the phone but they are named or stored differently than on my PC) But the playlist only has 41 songs (instead of the 53 which worked according to the log from your app) on the Poweramp app. I will just add the rest manually. Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51997 Share on other sites More sharing options...
flyingdutchman Posted July 3, 2018 Share Posted July 3, 2018 Thanks for letting me know Link to comment https://forum.powerampapp.com/topic/11587-playlist-import/#findComment-51998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.