VGMdb
Go Back   VGMdb Forums > Discussion > Miscellaneous Discussion
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 15, 2014, 03:57 PM
Spirit_Chaser Spirit_Chaser is offline
Senior Member
 
Join Date: Jan 2014
Posts: 231
Default M3u to Mp3

Does anyone on here know an easy way to listen to music that comes from M3U files? I tried googgling this and got so many answers that went nowhere that I just gave up.

Last edited by Spirit_Chaser; May 15, 2014 at 04:07 PM.
Reply With Quote
  #2  
Old May 15, 2014, 04:03 PM
Efendija's Avatar
Efendija Efendija is offline
VGMdb Staff
 
Join Date: Aug 2011
Location: Serbia
Posts: 2,009
Default

Isn't .m3u just a simple (text) playlist file? It's not a codec/container.
Reply With Quote
  #3  
Old May 15, 2014, 04:09 PM
Spirit_Chaser Spirit_Chaser is offline
Senior Member
 
Join Date: Jan 2014
Posts: 231
Default

I assume they are since you can open them in Notepad. I don't understand why music would come in M3U if it can't be listened to.
Reply With Quote
  #4  
Old May 15, 2014, 04:18 PM
Efendija's Avatar
Efendija Efendija is offline
VGMdb Staff
 
Join Date: Aug 2011
Location: Serbia
Posts: 2,009
Default

.m3u simply tells the player location and order of the audio files, e.g. if you got some folder with mp3 files and a .m3u file within it (or .m3u8 if it's Unicode), that .m3u is most likely created to play the mp3 files from that same folder.

Your audio player (Winamp, foobar2000) opens .m3u playlists.
Reply With Quote
  #5  
Old May 21, 2014, 09:50 PM
Spirit_Chaser Spirit_Chaser is offline
Senior Member
 
Join Date: Jan 2014
Posts: 231
Default

How does that function? I have a very old M3U file and a HES file that go with a PC-Engine game. I cannot for the life of me figure out how to open the playlist inside the text file. It shows around 40 songs but only puts in 3 songs into foobar when I drag the M3U file into it.
Reply With Quote
  #6  
Old May 22, 2014, 01:14 AM
Efendija's Avatar
Efendija Efendija is offline
VGMdb Staff
 
Join Date: Aug 2011
Location: Serbia
Posts: 2,009
Default

It works by storing full path to files e.g.

Spoiler:
#EXTM3U
#EXTINF:328,Pendulum - Showdown
D:\Music T Edition\2008 - In Silico (Special Edition)\01 - Showdown.flac
#EXTINF:352,Pendulum - Different
D:\Music T Edition\2008 - In Silico (Special Edition)\02 - Different.flac
#EXTINF:313,Pendulum - Propane Nightmares
D:\Music T Edition\2008 - In Silico (Special Edition)\03 - Propane Nightmares.flac
#EXTINF:336,Pendulum - Visions
D:\Music T Edition\2008 - In Silico (Special Edition)\04 - Visions.flac
#EXTINF:415,Pendulum - Midnight Runner
D:\Music T Edition\2008 - In Silico (Special Edition)\05 - Midnight Runner.flac

etc.


or relative path (assuming .m3u is also inside) e.g.

Spoiler:
#EXTM3U
#EXTINF:328,Pendulum - Showdown
01 - Showdown.flac
#EXTINF:352,Pendulum - Different
02 - Different.flac
#EXTINF:313,Pendulum - Propane Nightmares
03 - Propane Nightmares.flac
#EXTINF:336,Pendulum - Visions
04 - Visions.flac
#EXTINF:415,Pendulum - Midnight Runner
05 - Midnight Runner.flac

etc.


Type number 2 is better because it will work no matter where you move the folder, for full path version it would stop working the moment you change the location.

(numbers after #EXTINF are just track length in seconds - #EXTINF:120 would be 2 minutes)

As for your (specialized) problem with PC-Engine rips, .m3u is used kinda differently when there's just one .hes file containing all the tracks and .m3u specifies the info about each track inside the hes e.g.

Spoiler:
# @TITLE S.C.I.: Special Criminal Investigation
# @ARTIST Taito
# @COMPOSER
# @DATE 1991-01-25
# @RIPPER
# @TAGGER

TP03016.hes::HES,$01,BGM #01,0:29,,1
TP03016.hes::HES,$02,BGM #02,0:20,,5
TP03016.hes::HES,$03,BGM #03,1:01,,10
TP03016.hes::HES,$04,BGM #04,0:54,,10
TP03016.hes::HES,$05,BGM #05,0:56,,10
TP03016.hes::HES,$06,BGM #06,0:55,,10
TP03016.hes::HES,$07,BGM #07,0:58,,10
TP03016.hes::HES,$08,BGM #08,1:59,,10
TP03016.hes::HES,$09,BGM #09,0:25,,10
TP03016.hes::HES,$0A,BGM #10,0:28,,1
TP03016.hes::HES,$0D,BGM #11,0:25,,10
TP03016.hes::HES,$0F,BGM #12,1:06,,1
TP03016.hes::HES,$0B,Jingle #01,0:06,,1
TP03016.hes::HES,$0C,Jingle #02,0:11,,1
TP03016.hes::HES,$0E,Jingle #03,0:06,,1


and more importantly, you're maybe missing the thing to decode it, try installing
http://www.foobar2000.org/components/view/foo_gep
and since this is a special case, drag & drop .hes file on foobar, not .m3u (or just do file->open and navigate to hes).
Reply With Quote
  #7  
Old Apr 16, 2015, 09:54 PM
Boyblunder Boyblunder is offline
Senior Member
 
Join Date: Nov 2008
Location: United Kingdom
Posts: 242
Default

Quote:
Originally Posted by growmuchfaster View Post
One of my friends shows me a simple guide on how to convert M3U to MP3 at (((snip)))
After tried, i find it really works great, hope this guide also helps for you more or less.
This guide also helps me to convert m3u to wma, wav, aac, etc audio format.
.........................................
You can't convert m3u to anything because it is nothing. Moron.
"Hey I know, I'll click the link of a junior member and see what happens"

Last edited by CHz; May 3, 2015 at 12:00 PM. Reason: just editing out the spam link, don't mind me
Reply With Quote
  #8  
Old Apr 17, 2015, 03:04 AM
dissident93's Avatar
dissident93 dissident93 is offline
Trusted Editor
 
Join Date: May 2011
Location: USA
Posts: 1,163
Default

probably just a bot.
Reply With Quote
  #9  
Old Apr 17, 2015, 12:22 PM
Datschge's Avatar
Datschge Datschge is offline
Senior Member
 
Join Date: Mar 2008
Posts: 745
Default

User name and domain name of the link in the post should give it away.
Reply With Quote
  #10  
Old Apr 17, 2015, 12:23 PM
razakin's Avatar
razakin razakin is offline
Trusted Editor
 
Join Date: Sep 2007
Location: Hämeenlinna, Finland
Posts: 650
Default

Man you haters, that link worked for me. Sheesh.
__________________
vgmdb - serious business, only.
Reply With Quote
  #11  
Old May 3, 2015, 08:26 AM
Datschge's Avatar
Datschge Datschge is offline
Senior Member
 
Join Date: Mar 2008
Posts: 745
Default

How is that account not locked yet? o.O
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump