|
 |
05-03-2002, 10:49 AM
|
#1
|
|
FLAC
Join Date: Jan 2002
Location: Mellansel, Sweden
Posts: 1,299
|
one m3u for each folder
But here's what i want: any plugin/program that would make a m3u for each folder I have in the c:\mp3\ folder, and storing them in c:\mp3\,
all files in: goes into:
\mp3\acdc\stiff upper lip -> acdc - stiff upper lip.m3u
\mp3\acdc\hells bells -> acdc - hells bells.m3u
\mp3\prodigy -> prodigy.m3u
\mp3 -> rootfiles.m3u (the dir *.mp3 -> rootfiles.m3u, did search!)
that would be the most wanted solution, but I'd like one that make
stiff upper lip.m3u
hells bells.m3u
prodigy.m3u
rootfiles.m3u
plz!
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
05-07-2002, 03:48 PM
|
#2
|
|
FLAC
Join Date: Jan 2002
Location: Mellansel, Sweden
Posts: 1,299
|
Re: one m3u for each folder
well... How do you all sort your mp3:s then?
I'm looking for winamp/windows-based solutions(or dos, making m3u in the startup) compitable with a character lcd (no cobra or such  )
|
|
|
05-08-2002, 08:02 AM
|
#3
|
|
Low Bitrate
Join Date: Mar 2002
Posts: 80
|
PLAYER.exe
I have created my own frontend that uses MPXplay. I did this because there were no frontends out there that did what I wanted. I believe you may be looking for the same kind of thing.
The way it works is by displaying the songs in a directory type structure, so you list the letter of the artist.
ARTISTS: If you go into R then it displays RADIOHEAD, REM and ROBBIE WILLIAMS (all the artists beginning with R).
ALBUMS: Going into REM displays REVEAL (basically all REM's albums)
You can then list each song and play individually, or play the whole album, play list of albums or play every album in one big playlist.
There are quite a few options at present, such as where the songs starts from (previous position or start), cross fade songs, random play, equalizer display (code written but not selectable as yet) and list options (same as above).
If the frontend is loaded during boot then the songs will continue from where it was last, so it acts like a CD player.
I will put it on the web tonight for others to download, I will put the URL here.
Please post if you are interested in this. Plus any ideas for it.
|
|
|
05-08-2002, 09:47 AM
|
#4
|
|
FLAC
Join Date: Jan 2002
Location: Mellansel, Sweden
Posts: 1,299
|
Re: PLAYER.exe
I was thinking about controlling my player with a numerical keypad, a keyboard w/o the letters...
What I want is some m3umaker.exe that i can put in the autoexec.cfg and then it does all the things as described in the first post
|
|
|
06-10-2002, 11:01 PM
|
#5
|
|
Low Bitrate
Join Date: Mar 2002
Location: Pennsylvania
Posts: 96
|
I ran into this same issue. I was trying to use the LCDPlugIn by Marcus Zendher (sp?). I wanted an easy way to create plug-ins in Windows.
I created a command-line driven VB6 program that sweeps the hard drive and creates M3U's in each directory based on the files within that directory. The M3U name is derived from the Folder name that contains the MP3's.
It is working, but I haven't gotten my Carputer quite finished yet, so I haven't tested it completely. If you want, PM me your e-mail address and I'll send you the "Pre-Beta" copy to experiment with. Just promise not to distribute it yet...
I will be distributing it soon, and will put it all together in a web site based on my carputer project.
See ya!
|
|
|
06-10-2002, 11:03 PM
|
#6
|
|
Low Bitrate
Join Date: Mar 2002
Location: Pennsylvania
Posts: 96
|
By the way... My VB6 Program is designed around the following idea for directory structure:
C:\MP3 [root MP3 directory, configurable by a command-line switch]
C:\MP3\Artist - Album -=> Artist - Album.m3u
It doesn't know this:
c:\mp3\Artist\Album... It would create Album.m3u in this format.
See ya!
|
|
|
06-11-2002, 07:19 AM
|
#7
|
|
Newbie
Join Date: May 2002
Location: Slovenia
Posts: 37
|
All my mp3s are not so organized as yours so I'm making a vb program that would understand all the possibilities (Artist - Album, Artisrt\Album, Artist\Artist - Title.mp3, ...) and it's not as easy as it seems.
I did another program that would create playlists in base of the ID3 tag, but then my older mp3s don't have the id3 so my createplaylist.exe creates a just a big mess.
I'll have to organize all my mp3s in directories that have the same naming structure or at least set all the id3 tags.
If anyone has already created something like that it would be great if you upload it somewhere on the net.
__________________
---
Status: I still need to get some money to buy the inverter.
|
|
|
06-11-2002, 07:10 PM
|
#8
|
|
Newbie
Join Date: May 2002
Location: Slovenia
Posts: 37
|
Ok I've created a program that should do all the things, if you want it send me a mail. It takes 90kb.
If anyone wants to upload it on the net, cause I dont have a hp.
__________________
---
Status: I still need to get some money to buy the inverter.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-14-2002, 01:13 AM
|
#9
|
|
Low Bitrate
Join Date: Mar 2002
Location: Pennsylvania
Posts: 96
|
A great program for mass ID3 tagging, renaming, and general organization tasks is MP3 Tag&Rename. It's available at http://www.softpointer.com
See ya!
|
|
|
06-14-2002, 06:42 PM
|
#10
|
|
Variable Bitrate
Join Date: May 2001
Location: Toronto, Canada
Posts: 355
|
You metioned you're using Markus' plugin - have you downloaded the newest version? AlbumList support - no more playlists! Woohoo!
|
|
|
06-15-2002, 02:18 AM
|
#11
|
|
Registered User
Join Date: May 2000
Location: Ft Gordon, GA
Posts: 461
|
where?
where can i d/load the new version of that plugin?
__________________
"if everything is under control, you're not going fast enough!"
|
|
|
06-15-2002, 09:56 AM
|
#12
|
|
FLAC
Join Date: Jan 2002
Location: Mellansel, Sweden
Posts: 1,299
|
Re: where?
|
|
|
06-16-2002, 08:47 PM
|
#13
|
|
Newbie
Join Date: Jan 2001
Location: atlanta
Posts: 36
|
Man, how did you guys get AlbumList working on the plug-in? I see the Album setting in the menu but I don't have any albums listed there.
Should the path for the playlist files be set to the path set in Albumlist?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:42 PM.
| |