maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [application] pyRadio (Pandora) (https://talk.maemo.org/showthread.php?t=56036)

RockCreek1 2010-10-22 19:06

Re: [application] pyRadio (Pandora)
 
This updated application works great. Thank you. Hopefully, the codes won't change again, though.

fatalsaint 2010-10-22 19:21

Re: [application] pyRadio (Pandora)
 
Quote:

Originally Posted by RockCreek1 (Post 848201)
This updated application works great. Thank you. Hopefully, the codes won't change again, though.

They usually change about once a quarterish.

If it does break I'll be quick to fix it once pianobar is updated.. don't worry about that.

Adding new features though is going to take a while.

howaboutadog 2010-10-30 09:02

Re: [application] pyRadio (Pandora)
 
One thing I've noticed is that when I am adding a new station based on a song, the artist doesn't appear next to the song title. If the song isn't one of the top 2 or 3 songs with that same title it's almost impossible to pick the right station. The only thing I miss from pypianobar.

fatalsaint 2010-11-01 04:11

Re: [application] pyRadio (Pandora)
 
Quote:

Originally Posted by howaboutadog (Post 857409)
One thing I've noticed is that when I am adding a new station based on a song, the artist doesn't appear next to the song title. If the song isn't one of the top 2 or 3 songs with that same title it's almost impossible to pick the right station. The only thing I miss from pypianobar.

Definitely a good idea. I'll look into it.

jsharper 2010-11-01 23:55

Re: [application] pyRadio (Pandora)
 
After a hardware issue with my microphone dying, I just found myself with a fresh flash of PR1.2. It immediately updated to PR1.3 OTA. When I went to restore my backup, pyRadio was one of the apps it tried to reinstall. However, it won't install -- "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" .. has anyone had success installing pyRadio on a fresh PR 1.3 system?

fatalsaint 2010-11-02 00:44

Re: [application] pyRadio (Pandora)
 
Quote:

Originally Posted by jsharper (Post 860303)
After a hardware issue with my microphone dying, I just found myself with a fresh flash of PR1.2. It immediately updated to PR1.3 OTA. When I went to restore my backup, pyRadio was one of the apps it tried to reinstall. However, it won't install -- "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" .. has anyone had success installing pyRadio on a fresh PR 1.3 system?

Try just installing python from the command line for me:

Code:

sudo gainroot
apt-get install python2.5-qt4-common

It looks like the current version is maemo1 vice maemo0 but I don't specify a particular version in my dependencies so any python should work, which is strange.

jsharper 2010-11-02 01:04

Re: [application] pyRadio (Pandora)
 
hmm. seemed to go ok:

Code:

Nokia-N900:~# apt-get install python2.5-qt4-common
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  python2.5-sip4
The following NEW packages will be installed:
  python2.5-qt4-common python2.5-sip4
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 38.0kB of archives.
After this operation, 172kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://repository.maemo.org fremantle-1.3/free python2.5-sip4 4.11-maemo0 [34.2kB]
Get:2 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-common 4.7.5-maemo1 [3758B]
Fetched 38.0kB in 0s (41.8kB/s)       
Selecting previously deselected package python2.5-sip4.
(Reading database ... 26101 files and directories currently installed.)
Unpacking python2.5-sip4 (from .../python2.5-sip4_4.11-maemo0_armel.deb) ...
Selecting previously deselected package python2.5-qt4-common.
Unpacking python2.5-qt4-common (from .../python2.5-qt4-common_4.7.5-maemo1_armel.deb) ...
Setting up python2.5-sip4 (4.11-maemo0) ...
Setting up python2.5-qt4-common (4.7.5-maemo1) ...
Nokia-N900:~#

But I still get the "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" error in App Manager trying to install pyRadio 3.4.

I tried via CLI:
Code:

Nokia-N900:~# apt-get install pyradio
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  pyradio: Depends: python2.5-qt4-gui but it is not going to be installed
          Depends: python2.5-qt4-webkit but it is not going to be installed
          Depends: python2.5-qt4-network but it is not going to be installed
E: Broken packages
Nokia-N900:~#

Nokia-N900:~# apt-get install python2.5-qt4-gui
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python2.5-qt4-gui: Depends: python2.5-qt4-core (= 4.7.4-maemo0) but it is not going to be installed
E: Broken packages
Nokia-N900:~#

Nokia-N900:~# apt-get install python2.5-qt4-core
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python2.5-qt4-core: Depends: python2.5-qt4-common (= 4.7.4-maemo0) but 4.7.5-maemo1 is to be installed
E: Broken packages
Nokia-N900:~#

I even tried disabling maemo-extras and get the same errors..

fatalsaint 2010-11-02 01:13

Re: [application] pyRadio (Pandora)
 
Given the output in the last two you ran there is definitely a problem with the repository PyQt4 versions it seems. Maybe try running "apt-get update" to make sure your repositories are all up to date?

Another thing to try would be to enable the testing repository, see if you can get it from testing.

jsharper 2010-11-02 01:26

Re: [application] pyRadio (Pandora)
 
Quote:

Originally Posted by fatalsaint (Post 860354)
Another thing to try would be to enable the testing repository, see if you can get it from testing.

sorry -- i meant to type that I even tried disabling extras-testing. I guess it enabled it when I did a restore since I had it enabled at the time of the backup. but I don't believe I've ever (since the reflash) had extras-devel enabled. http://maemo.org/packages/view/python2.5-qt4/ indicates that extras and extras-testing should both have 4.7.4-maemo0 and only extras-devel should have 4.7.5-maemo1. So I don't know where python2.5-qt4-common 4.7.5-maemo1 is coming from.

fatalsaint 2010-11-02 01:33

Re: [application] pyRadio (Pandora)
 
try:
Code:

apt-cache showpkg python2.5-qt4-common
see where it's grabbing it from.


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

vBulletin® Version 3.8.8