| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
|
| Back to top |
|
 |
garry
Joined: 19 Apr 2005 Posts: 2212 Location: switzerland
|
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Mon Mar 08, 2010 10:16 pm Post subject: |
|
|
Thanks, corrected it in the post and code. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Mon Mar 08, 2010 10:50 pm Post subject: |
|
|
Very nice!
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
- Could you write out the names of the labels both in the listview and the edit
- Only English or only Deutsch
Could of course all do this myself, but I thought I'd at least share the ideas of improving, thanks to AHK!  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Tue Mar 09, 2010 5:39 am Post subject: |
|
|
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 |
|
 |
n-l-i-d Guest
|
Posted: Tue Mar 09, 2010 6:10 pm Post subject: |
|
|
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
|
Posted: Tue Mar 09, 2010 7:30 pm Post subject: |
|
|
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 |
|
 |
n-l-i-d Guest
|
Posted: Tue Mar 09, 2010 8:37 pm Post subject: |
|
|
Ok, I see.
Do you intent on developing this any further?
 |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Thu Mar 11, 2010 2:40 pm Post subject: |
|
|
| 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 |
|
 |
|