AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MP3 Player with ID3 Tags and cover art support (0.1)

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Mon Mar 08, 2010 5:37 pm    Post subject: MP3 Player with ID3 Tags and cover art support (0.1) Reply with quote

This is my first attempt to create a Media Player that supports ID3 with cover art. It has some short comings, but I wanted to share it. Maybe if more people get interested it could get improved quickly.

It needs two wrapers:
AG3 => www.autohotkey.com/forum/topic55452.html
BASS => www.autohotkey.com/forum/topic55454.html

The script itself is here => www.autohotkey.net/~toralf/ID3TagMediaPlayer/ID3TagMediaPlayer3.ahk


_________________
Ciao
toralf


Last edited by toralf on Mon Mar 08, 2010 10:14 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Mon Mar 08, 2010 8:12 pm    Post subject: Reply with quote

concerns AG3,
topic55451.html not exist, AG3 is=
http://www.autohotkey.com/forum/topic55452.html
Back to top
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Mon Mar 08, 2010 10:16 pm    Post subject: Reply with quote

Thanks, corrected it in the post and code.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
n-l-i-d
Guest





PostPosted: Mon Mar 08, 2010 10:50 pm    Post subject: Reply with quote

Very nice!

Cool

Two issues so far, and some minor requests:

- After playing a file, I can move the volume-slider up and down, without effect. Only after I release the slider, and try again, it works.
- Album-pictures that are available are not always shown

- Could you add .ini saving the previous starting folder in the dropdown. Not necessarily autoscan, but at least the folder already there. Oh, and your Mittelmeier link is still there Very Happy
- Could you write out the names of the labels both in the listview and the edit
- Only English or only Deutsch Rolling Eyes

Could of course all do this myself, but I thought I'd at least share the ideas of improving, thanks to AHK! Wink
Back to top
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Tue Mar 09, 2010 5:39 am    Post subject: Reply with quote

Thanks for the feedback, I'll look into it.
Quote:
Album-pictures that are available are not always shown
Could you provide a test file?
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
n-l-i-d
Guest





PostPosted: Tue Mar 09, 2010 6:10 pm    Post subject: Reply with quote

Some band/album name - Cover [front].jpg
Some band/album name [Front Cover].jpg

HTH
Back to top
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Tue Mar 09, 2010 7:30 pm    Post subject: Reply with quote

Hi,

Sorry, but there is a misunderstanding. This player only shows the cover art included in the mp3 files. Not the files in the directory.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
n-l-i-d
Guest





PostPosted: Tue Mar 09, 2010 8:37 pm    Post subject: Reply with quote

Ok, I see.

Do you intent on developing this any further?

Smile
Back to top
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Thu Mar 11, 2010 2:40 pm    Post subject: Reply with quote

n-l-i-d wrote:
Do you intent on developing this any further?
A little. I do not know how far, since initially I only wanted to create a playlist editor. But realized that I need ID3 Tag reader code for this first. And of cause sometimes I would like to check if the song I want to add to a playlist is the one I wanted, so I needed some player code. So I choosed AudioGenie and wrote the wrapper. Secondly I looked at BASS but wasn't satisfied with the wrapper and created a mod to fit my own expectations of a wrapper.
Hence I do not know how long I will have the time and interest to develop it further, but hey, it's open code, so everone can continue.... :)


I added Ini file for settings. Next release will have it.
Also it now supports more formats than only mp3 files.
Quote:
Only English or only Deutsch
Which part of the GUI do you mean? I corrected "Rekursive". But for "Play" I hestitated to use "Start".

Quote:
Could you write out the names of the labels both in the listview and the edit
These names can be pretty long, thus I used the IDs. And I don't think it will help readiability when the lnog names are used. It would have to be abbreviations.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group