NoiTunes - file manager with built-in FLAC -> MP3 conversion

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: NoiTunes - file manager with built-in FLAC -> MP3 conver

Post by blueznl »

JRiver looks nice, it's just not easy enough for my specific application.

Sigh.

Well, I guess then it's up to me and myself...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: NoiTunes - file manager with built-in FLAC -> MP3 conver

Post by blueznl »

Okay... I can go two ways, either use a DLL (preferable, makes the program look better / more professional) but for now there's no problem using command line stuff. It's for my own use anyway, so I don't mind a little extra installing.

Some more links...

https://xiph.org/flac/download.html
http://www.fi.muni.cz/~qruzicka/Smid/man.htm
http://lame.sourceforge.net/
http://lame1.buanzo.com.ar/#lamewindl
https://wiki.archlinux.org/index.php/Co ... lac_to_Mp3
http://blog.tordeu.com/?p=184
http://forum.videohelp.com/threads/3528 ... mmand-line
http://sox.sourceforge.net/Main/HomePage
http://www.ffmpeg.org/
http://www.free-codecs.com/

So, with all those links and encoders available it's time for the next step: making a rough design and start coding...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Deluxe0321
User
User
Posts: 69
Joined: Tue Sep 16, 2008 6:11 am
Location: ger

Re: NoiTunes - file manager with built-in FLAC -> MP3 conver

Post by Deluxe0321 »

Do it yourself! :mrgreen:

Why not using VLC? :) - at least for the transcoding
(Transcoding FLAC to MP3) - jet as VBS but should be easy to do in PB too:
https://forum.videolan.org/viewtopic.ph ... 96#p365096

Reading MP3/Flac/<OTHERFORMATHERE> MediaInfo/Tags could be done with the bass.dll
http://www.un4seen.com/
http://www.un4seen.com/forum/?topic=105 ... 2#msg73252
naw
Enthusiast
Enthusiast
Posts: 573
Joined: Fri Apr 25, 2003 4:57 pm

Re: NoiTunes - file manager with built-in FLAC -> MP3 conver

Post by naw »

If ever there were a case for a PB-Community project, then this might be it. A great media player that is X-Platform would be a very good way to showcase PB and a constructive project for all concerned, there's lots of sample code snippets that could be incorporated without necessarily having to resort to external resources.
Ta - N
Post Reply