Notices


Reply
Thread Tools
Posts: 133 | Thanked: 10 times | Joined on Sep 2009 @ Long Island, NY
#61
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's Avatar
Posts: 1,390 | Thanked: 642 times | Joined on Nov 2007 @ California USA
#62
Originally Posted by code View Post
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











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.
__________________
N800 / Diablo / 16gb int / 16gb ext / Globalsat BT-359 gps ..... Dell Streak 5 - Android 2.2.2
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#63
Could you please add an icon (even if it is really simple)?
The blue dot in the menu looks ugly...
Thanks!
 
Posts: 42 | Thanked: 123 times | Joined on Feb 2010
#64
@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.

Last edited by code; 2010-04-02 at 10:03.
 
Posts: 133 | Thanked: 10 times | Joined on Sep 2009 @ Long Island, NY
#65
Originally Posted by code View Post
@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
 
Posts: 104 | Thanked: 60 times | Joined on Dec 2009 @ London
#66
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?
 
Posts: 42 | Thanked: 123 times | Joined on Feb 2010
#67
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.
 
Posts: 104 | Thanked: 60 times | Joined on Dec 2009 @ London
#68
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!
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#69
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...
 
Posts: 42 | Thanked: 123 times | Joined on Feb 2010
#70
Originally Posted by qw3rty View Post
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.






---------------------------------------------------------------
Originally Posted by DaSilva View Post
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?

Last edited by code; 2010-04-03 at 10:41.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:50.