maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [ANNOUNCE] Internet Radio Player (https://talk.maemo.org/showthread.php?t=74088)

gionni88 2011-07-17 16:43

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by corduroysack (Post 1052733)
i've got a lot of stations on my stock player is it going to be a case of cutting and pasting each one or is there an easier way?

No easier way, since stations in this app needs to have genre and country values saved as well to keep consistency in the db.

A solution is to let me know those stations (including url, genre and country for each one) so I can add them to the default list, which will be shipped with next version and you just have to restore default list after upgrading the app.

corduroysack 2011-07-17 16:55

Re: [ANNOUNCE] Internet Radio Player
 
ok see how it works now :) i added most of these stations from this site

http://www.di.fm/
also the widget keeps disapearing when i try to edit it.
thanks in advance.

corduroysack 2011-07-17 17:07

Re: [ANNOUNCE] Internet Radio Player
 
also this one but i haven't a clue how you'd do it. radio soulwax is also available as an app on android apparently. would it be worthwhile starting a different thread?

gionni88 2011-07-17 19:54

Re: [ANNOUNCE] Internet Radio Player
 
I'll add those DI radios later. I don't see the streaming url for radio Soulwax, so I can't do anything about it.

corduroysack 2011-07-17 19:58

Re: [ANNOUNCE] Internet Radio Player
 
cheers i couldn't even get it playing so thought it might be a no go. thanks anyway :)

x61 2011-07-17 20:59

Re: [ANNOUNCE] Internet Radio Player
 
The capabilities of recording songs while they play will be amazing. Thanks for this great app.

Also, it seems the stations I added before rebooting the phone got lost. Is it possible to make the stations permenent even after reboot?

Also, the lyrics stopped synching with the songd after reboot

gionni88 2011-07-18 05:20

Re: [ANNOUNCE] Internet Radio Player
 
@corduroysack: I have added DI stations, but while they were loading with mplayer, QMediaPlayer class can't read them. I was using the mp3 stream, which one were you? The asx one of 40k bitrate?

@x61: I need an app that records audio and that can be controlled via dbus. Something like recaller. I have tried unsuccesfully qt audio recording.
Stations are already permanent.

barzam 2011-07-18 07:25

Re: [ANNOUNCE] Internet Radio Player
 
I like this one a lot, great job and . Some things that come to mind though:

* portrait mode (using CSSU) is terribly ugly, the buttons are huge and hiding most of the text. Also the bottom buttons don't show the entire text in portrait mode. Maybe you could put the buttons below the text?

* sound is muted when the silent mode on the phone is activated (the standard Media player doesn't do this). I always use my phone in silent mode but still listen to music with it.

* I like the wide selection of stations, but it would be nice to be able to have a smaller list of favorite channels.

gionni88 2011-07-18 07:41

Re: [ANNOUNCE] Internet Radio Player
 
@barzam: Thank you.

* This app does not have portrait mode support: it means that when screen rotates, there is no function resorting the ui, so forcing the rotation will be a mess. I'm not going to implement the rotation, I use device in landscape mode only.

* Sound gets muted because phone is in silent mode. Espeak and other apps don't sound aswell. I can't even force audio because it's QtMobility media player handling it, and not me.

* Since last 2 versions you can do that, long tap on any station > manage favourites > add to favourite and than pick the favourite list to be shown. By now favourite list gets deleted when restoring default list, I will do something about it.

barzam 2011-07-18 11:32

Re: [ANNOUNCE] Internet Radio Player
 
You're very welcome, the program is really great. I have been running it all day and it's really working well!

Thanks for the quick reply, my issues were no big ones and you of course decide yourself what to implement or not :)

Maybe a good idea for the list and sorting functions would be to add a menu item for them? That way people will find those functions more easily.

By the way, is the program free software?

corduroysack 2011-07-18 12:02

Re: [ANNOUNCE] Internet Radio Player
 
cheers for that :)
i was using the windows streams to play them :)

Tumleh 2011-07-18 12:17

Re: [ANNOUNCE] Internet Radio Player
 
Is there any possibility to store the self-added radio stations to avoid entering the same in view of further updates?

gionni88 2011-07-18 12:51

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by Tumleh (Post 1053289)
Is there any possibility to store the self-added radio stations to avoid entering the same in view of further updates?

Yes, you can dump your db with this:
Code:

sqlite3 /home/user.config/internetradioplayer/stations.db .dump > /file/to/store/the/dump.txt
I will modify the db a little to keep the user defined stations and being able to get the default ones which get added via updates.

Kevstacey 2011-07-18 12:57

Re: [ANNOUNCE] Internet Radio Player
 
BBC Radio 1xtra:

mmsh://wmlive-acl.bbc.co.uk/wms/bbc_ami/1xtra/1xtra_bb_live_ep1_sl0?BBC-UID=34ddb957e80bed21b554d62f518d8730456f516700c0a2 81b2a8a0a483cc60b8&SSO2-UID=

tuxoutpost 2011-07-19 02:35

Re: [ANNOUNCE] Internet Radio Player
 
Please add:

Beyond Ear Candy, USA, Progressive/Power Metal, http://216.66.69.100:6294/listen.pls

corduroysack 2011-07-21 12:57

Re: [ANNOUNCE] Internet Radio Player
 
having trouble with the widget, whenever i try and edit it, it deletes itself from my desktop.

and noticed in top it's using 5.7% of memory and it isn't running?

gionni88 2011-07-21 13:42

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by corduroysack (Post 1055424)
having trouble with the widget, whenever i try and edit it, it deletes itself from my desktop.

and noticed in top it's using 5.7% of memory and it isn't running?

Ah, that widget! It's another app, anyway probably you have removed the stations list text in Docs folder so it crashes because it can't find it. A simple reinstall should fix it. About the memory, well it's a homescreenwidget, it uses memory when it's on a desktop, even if not running. You see it on top because qt widgets are apps emulated via qthomescreenloader.

Version 1.0.6:
* Added more stations.
* Implemented splashscreen
* Implemented fully dbus interface

Dbus example command:
Code:

dbus-send --type=method_call --dest=it.ggiovanni.internetradioplayer /it/ggiovanni/internetradioplayer it.ggiovanni.internetradioplayer.COMMAND
all in a line, where COMMAND may be:
play/stop/next/prev/hide/top_application/quit

datjomp 2011-07-25 11:48

Re: [ANNOUNCE] Internet Radio Player
 
On a previous version I was able to mark and copy all(ctrl+a) text in cronology. But not now I can't,only 1 line at a time. I use this to save the songs in a text-file to check out the songs later on.
Is this something that has to be implemented in the application or is there something else I can do in my end?

gionni88 2011-07-25 12:02

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by datjomp (Post 1057804)
Is this something that has to be implemented in the application or is there something else I can do in my end?

/home/user/MyDocs/.documents/InternetRadioPlayerLog.txt :)

x61 2011-07-31 16:45

Re: [ANNOUNCE] Internet Radio Player
 
Anybody else noticed wrong lyrics are pull every so often? Is there a way to correct this?

gionni88 2011-08-01 17:25

Re: [ANNOUNCE] Internet Radio Player
 
Yes, sometimes wrong lyrics are pulled.

Automatic lyrics are pulled from http://www.chartlyrics.com/, you may check if the wanted song is there or not.

When you click on lyrics.com button, a window is opened and will show the lyric, if it exists.

Two ways to correct this: providing the sites above the lyrics, or providing me another service where to request lyrics.

Loz 2011-08-03 20:37

Re: [ANNOUNCE] Internet Radio Player
 
Ok was on the move today with my N900 in its incar cradle interface to the car and listening to BBC Radio 5 live. Now its been a while since Ive used it and wondered if the following have been fixed since my last posts..

1) player plays very well until I have a drop out in 3G signal the player stops, but when it resumes its missed a large section of what has been said while waiting for signal!
In my stock player any signal drop is silent but the player is buffering information and once it starts again it starts with the next word in the sentance its was about to say before it had a drop out,

Can this be implemented?

2) the icon does not is over ridden by the theme one and can not be changed in the settings within the player.

Can this be sorted?

3) when the radio starts and I choose play there is nothing to tellme that its doing anything until it starts to play... or when theres a signal drop and its searching for connection again there is nothing to tell me its searching! or connecting.

Can this be sorted out please?

4) Im using the speaker app that mutes players when head phone socket is removed from the phone. this player carries on playing.

Can this be sorted?

Thanks

Loz. Ps will see in the meantime Ill look for any updates..

NightShift79 2011-08-31 23:00

Re: [ANNOUNCE] Internet Radio Player
 
Some time there's a great song on the radio which I would like to save
You see a chance a record function could be implemented.

gionni88 2011-09-01 08:12

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by NightShift79 (Post 1079767)
Some time there's a great song on the radio which I would like to save
You see a chance a record function could be implemented.

I have tried recording audio with Qt, but somehow managed to record only with mic as input. I have used this example, will try with QtMobility 1.2 version if anything changed.

gionni88 2011-09-02 19:04

Re: [ANNOUNCE] Internet Radio Player
 
I have not managed to record audio with QtMobility1.2 :/

Recaller with system recording works wonder anyway...

stlpaul 2011-09-08 15:35

Re: [ANNOUNCE] Internet Radio Player
 
I love this program but never use it because it doesn't work when the device is in silent profile. Listening on headphones when phone is silent to the outside world is how I operate all day every day. :)

I'm subscribing to this thread in case that's ever solved. Thanks.

gionni88 2011-09-11 11:11

Re: [ANNOUNCE] Internet Radio Player
 
Quote:

Originally Posted by stlpaul (Post 1084366)
I love this program but never use it because it doesn't work when the device is in silent profile.

I don't think there is a way to force audio while silent profile is on when using QtMobility. The N9(50) version I developed uses Phonon, and while it does not play on silent profile on N950, Someplayer keeps audio on and it uses Phonon aswell. Will check it again when QtComponents for Fremantle are out (or maybe before).


Internet Radio Player is looking for your votes to surface from extras-testing repository.
If you have been using it for a while and did not encounter any critical bug, pls take a few secs to vote it here.
Thanks!


All times are GMT. The time now is 12:55.

vBulletin® Version 3.8.8