maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] Sigma Player for Harmattan (https://talk.maemo.org/showthread.php?t=79544)

gionni88 2011-10-31 07:25

[Announce] Sigma Player for Harmattan
 
I have developed a music player for the N9/N950. Main reasons were the lack of equalizer and having another option which could be modified at will. You can find it in Nokia Store.

http://img525.imageshack.us/img525/4...8205507.th.png http://img269.imageshack.us/img269/4...8205541.th.png http://img856.imageshack.us/img856/7...8205628.th.png

Tapping on the album art in the player page will show the current played playlist.

Playlists (m3u) can only be read by now. Playlist management will come in new versions.

NOTE: Application can not play files whose filename has unicode characters, like è/à/ì. This is due to a Nokia API bug. If you can, pls vote on this bug report.

Isamun 2011-10-31 10:13

Re: [Announce] Sigma Player for Harmattan
 
Thanks for this great player. I really like the main menu setup and the maemo5-inspired albumart/playlist transition. Keep up the good work =)

sunc 2011-10-31 11:15

Re: [Announce] Sigma Player for Harmattan
 
Quote:

Originally Posted by gionni88 (Post 1116247)
NOTE: Application can not play files whose filename has unicode characters, like è/à/ì. This is due to a Nokia API bug. If you can, pls vote on this bug report.

A bit off topic... I'm not familiar with Qt APIs but the url in the bug report seems correct to me (%C3%A8 is escaped è).

zaoltryence 2011-10-31 16:22

Re: [Announce] Sigma Player for Harmattan
 
really nice, but i don't really like the icons though, but other than that really nice work keep it up.

HtheB 2011-10-31 16:57

Re: [Announce] Sigma Player for Harmattan
 
What a nice player...

Until I find out..... that there are Ad's on this player... :mad:

Argh!!!!

marxian 2011-10-31 17:12

Re: [Announce] Sigma Player for Harmattan
 
Quote:

Originally Posted by gionni88 (Post 1116247)
NOTE: Application can not play files whose filename has unicode characters, like è/à/ì. This is due to a Nokia API bug. If you can, pls vote on this bug report.

You should be able to solve this problem by decoding the url before setting the audio source, e.g:

Code:

function playTrack(url) {
audioPlayer.source = decodeURIComponent(url);
audioPlayer.play();
}

It worked for me when I discovered the same problem.

gionni88 2011-10-31 17:27

Re: [Announce] Sigma Player for Harmattan
 
Quote:

Originally Posted by marxian (Post 1116460)
You should be able to solve this problem by decoding the url before setting the audio source, e.g:

Thanks a lot! You can't guess how much time I spent trying to fix it.

HtheB 2011-10-31 17:30

Re: [Announce] Sigma Player for Harmattan
 
Some suggestions:

* Add option to pause the music when removing the headphone jack
* Landscape mode
* No muting while playing a song when you received message
* Option to stay on the music list when you click on a song to play (so it wont go to the Cover directly)

Is there any way to get back to the album cover from the song list without restarting a song?
Couldn't figure that ouy :p

gionni88 2011-10-31 17:40

Re: [Announce] Sigma Player for Harmattan
 
Quote:

Originally Posted by HtheB (Post 1116454)
What a nice player...

Until I find out..... that there are Ad's on this player... :mad:

Argh!!!!

I really like to code, but within University and the global situation, time I can spend is always less, and it takes a lot of time to create an application: InternetRadioPlayer for harmattan counts, for example, over 4500 lines of code (qml and cpp side).
Not everyone likes to pay for apps, so I try to provide both a free version (with ads) and a paid one. For the free one I'm trying not to annoy the user, right now ads come every 10mins, and they stop showing after clicking one.

gionni88 2011-10-31 17:44

Re: [Announce] Sigma Player for Harmattan
 
Quote:

Originally Posted by HtheB (Post 1116469)
Some suggestions:

* Add option to pause the music when removing the headphone jack
* Landscape mode
* No muting while playing a song when you received message
* Option to stay on the music list when you click on a song to play (so it wont go to the Cover directly)

Is there any way to get back to the album cover from the song list without restarting a song?
Couldn't figure that ouy :p

The first 3 points are on my todolist, for the 4th one, you can see the tracks list when you click on the cover art.

You can go back to player page clicking on the "play" icon on toolbar without restarting the song.

Thanks for the suggestions.


All times are GMT. The time now is 18:59.

vBulletin® Version 3.8.8