maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Music Player with Equalizer - symfonie (https://talk.maemo.org/showthread.php?t=46694)

ppriyank 2010-04-01 18:59

Re: [Announce] Music Player with Equalizer - symfonie
 
I'm trying to install this, but i get an error "conflict with application packages: libqt4-maemo5-webkit (4.6.0~git20091218-0maemo1), libqt4-maemo5-network (4.6.0~git20091218-0maemo1),
libqt4-maemo5-xmlpatterns (4.6.0~git20091218-0maemo1)."

how can i get around this? (i got the same errors along with something with phonon when i tried to install QT MOBILE WEATHER as well)

Not a linux person, and a noob as well...so in simple english would be helpful :)

thanks!

Den in USA 2010-04-01 19:20

Re: [Announce] Music Player with Equalizer - symfonie
 
Quote:

Originally Posted by code (Post 558470)
I am happily to announce a new music player application - symfonie.


A directory based music player with equalizer
===================================
This is preview package of a light weight music player written in QT. The player is still under heavy development, though basic media features are supported. Here's list of features included in this build:

- Browse file using directory structure (any folders as long as you have access to it)
- 8-band audio equalizer
- Sleep timer
- Resuming the playback from last opened state (still testing this)
- Landscape/Portrait mode (Toolbars still need some more work)
- Full screen mode
===========================================
Known issues:
- When changing view mode (landscape or portrait), toolbar buttons got mis-arranged (will fix this when I have time).
- High CPU usage (probably due to the equalizer). Solutions are: make equalizer feature optional or set higher process priority (is this possible?).
- "Auto" viewing mode is not working due to current QT support limitation


Updates

==20100401 (v0.2-2)==
* Uploaded program screen shots
* Updated window title
* Bug fix for graduate volume resuming (now should be working)
* Limited file browser to home directory
* Added *.wma file type filter


==20100309==
* Icons overhual
* Updated about dialog
* Added *.wav file extension filter

==20100308==
* Added *.m4a file extension filter
* Equalizer is made an optional feature now due to high CPU consumption
* Removed directory path for songs in item view
* Slightly increased item view font size
* Added *.mp3/*.mp4/*.ogg file extension filter
* New bug: Stacked window is now broken after adding menu to sub window


http://thecodecentral.com/i/s1.gif

http://thecodecentral.com/i/s2.gif

http://thecodecentral.com/i/s3.gif




The package can be found at http://maemo.org/packages/view/symfonie. It has already been imported to extras-devel, so anyone who has extras-devel repository enabled should be able to download it.

To enable extra-devel, add this to your App Manager's catelog:
http://repository.maemo.org/extras-devel

Be very caution that extras-devel is for people who want to test/try softwares which are not ready for releasing. Please read here for more information:
http://wiki.maemo.org/Extras-devel

Background:
The original intent of writing this application was that I need a simple media player "just the way I wanted" - play mp3 files by folders. I didn't want to tag my music library nor to create play list manually. I use directory to manage all my music files because I can group them into exactly the way I wanted. Thus this application is created. So if you don't like it, please don't thumb it down because it is not meant to replace other music players out there.

Thank you for read this and I hope you will find this application useful :)

It would be nice if you make it clear on your first post that this is a fremantle (N900) app and is not for N8xx users.

DaSilva 2010-04-02 08:47

Re: [Announce] Music Player with Equalizer - symfonie
 
Could you please add an icon (even if it is really simple)?
The blue dot in the menu looks ugly...
Thanks!

code 2010-04-02 09:54

Re: [Announce] Music Player with Equalizer - symfonie
 
@Dan
Clarification added.

@DaSilva
Are you referring the little triangle in the menu?

@ppriyank
I don't know what is the cause but you can try to run the following in the terminal as root:
sudo gainroot
apt-get remove libqt4-maemo5*
Install symfonie again

Notice that by doing apt-get remove you'll also remove other applications which depend on these packages.

ppriyank 2010-04-02 15:56

Re: [Announce] Music Player with Equalizer - symfonie
 
Quote:

Originally Posted by code (Post 592385)
@ppriyank
I don't know what is the cause but you can try to run the following in the terminal as root:
sudo gainroot
apt-get remove libqt4-maemo5*
Install symfonie again

Notice that by doing apt-get remove you'll also remove other applications which depend on these packages.




Thanks, but i just reinstalled the latest firmware via NSU, and after that i was able to download/install everything :) so i guess the last time i updated my firmware OTA, it probably missed some files.

Thanks for the help though, now just gotta get that sygic as soon as i get paid :)

Priyank

qw3rty 2010-04-02 19:34

Re: [Announce] Music Player with Equalizer - symfonie
 
When I press "r" while in the file browser the app shuts down, instead of searching for files starting with "r", like the other letters seem to do. Is that normal?

code 2010-04-02 19:46

Re: [Announce] Music Player with Equalizer - symfonie
 
The player doesn't have a search function. If any shortcut key does something, it will be by mistake. I am planning to add toolbar equivalent shortcuts though. Also I am planning to add help file to document what each toolbar button and shortcut does.

qw3rty 2010-04-02 20:10

Re: [Announce] Music Player with Equalizer - symfonie
 
Interesting. In my very quick testing just now, typing letters definitely moves to the files starting with those letters, except for "r" and "n". Those two crash it.

It's really good to know that you are planning to eventually add proper search functionality. symfonie is shaping up to be the best music player on the N900!

DaSilva 2010-04-03 08:06

Re: [Announce] Music Player with Equalizer - symfonie
 
I mean that symfonie has no icon in the application menu (at least not for me) and because of this it is displayed only as a blue dot (default icon for Maemo applications without an icon).
It would be nice if you could add one...

code 2010-04-03 10:26

Re: [Announce] Music Player with Equalizer - symfonie
 
Quote:

Originally Posted by qw3rty (Post 593033)
Interesting. In my very quick testing just now, typing letters definitely moves to the files starting with those letters, except for "r" and "n". Those two crash it.

It's really good to know that you are planning to eventually add proper search functionality. symfonie is shaping up to be the best music player on the N900!

R and N keys are shortcut keys which suppose to navigate to previous/next song. They were unintentionally added. On my N900 they function as they should though, no crash for me. The wierd thing is in the source code they are Ctrl+R and Crtl+N.

I am going to change them to left and right arrow keys in the future update.






---------------------------------------------------------------
Quote:

Originally Posted by DaSilva (Post 593481)
I mean that symfonie has no icon in the application menu (at least not for me) and because of this it is displayed only as a blue dot (default icon for Maemo applications without an icon).
It would be nice if you could add one...

I see. I have been looking for free icons but couldn't find one that fits. I am looking for something related to its name. Maybe someone here can make some suggestion?


All times are GMT. The time now is 02:51.

vBulletin® Version 3.8.8