![]() |
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
Quote:
home/user # youamp-player Traceback (most recent call last): File "/usr/bin/youamp-player", line 22, in <module> main() File "/usr/bin/youamp-player", line 18, in main player = youamp.ui.main.Window() File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/main.py", line 25, in __init__ AttributeError: 'module' object has no attribute 'set_application_name' /home/user # |
Re: YouAmp - yet another Music player for Maemo
that is really weird. one last test: could you go into the console, type "python" and after the interpreter starts type "import gnome.gconf" that should at least give the same error message.
And while you are there also try just "import gconf". If both fail, go back to console and try: dpkg-query -S gconf.so |
Re: YouAmp - yet another Music player for Maemo
I've had the same experience. I install version 0.3 and get the gnome.gconf error. Then after uninstalling/reinstalling I get the 'set_application_name' error. I did try installing python2.5-gnome-dev (in red pill mode) but it mode no difference so I un-installed it.
importing gnome.gconf or gconf in the python interpreter both report 'ImportError: No module named gconf (or gnome.gconf). This is with python2.5.1 running on OS2008 on an N800. Application manager reports the python runtime as version c1.0-2 dpkg-query -S gconf.so produced python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so |
Re: YouAmp - yet another Music player for Maemo
I really dont get it - it seems like you have a different python than me.
I have no *-dev packages installed and also use python2.5.1. As a last hope you might remove python2.4 and install python2.5-runtime. |
Re: YouAmp - yet another Music player for Maemo
I uninstalled and upgraded and everything went fine.
Lost my track repeat, of course, but I wanted you to know it was working for someone. |
Re: YouAmp - yet another Music player for Maemo
Quote:
Nokia-N800-50-2:~# python Python 2.5.1 (r251:54863, Oct 25 2007, 15:53:25) [GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gnome.gconf >>> exit Use exit() or Ctrl-D (i.e. EOF) to exit >>> Nokia-N800-50-2:~# python Python 2.5.1 (r251:54863, Oct 25 2007, 15:53:25) [GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gconf Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named gconf >>> import gnome.gconf >>> Nokia-N800-50-2:~# dpkg-query -S gconf.so python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so Nokia-N800-50-2:~# |
Re: YouAmp - yet another Music player for Maemo
Same here. The dpkg-query produced
python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so And Python gave the same error messages. |
Re: YouAmp - yet another Music player for Maemo
Quote:
So currently there are two kinds of errors: * python-gconf is not found * gtk.set_application_name is not found and of course there are people where it just works :confused: |
Re: YouAmp - yet another Music player for Maemo
Quote:
The "gtk.set_application_name is not found" error arose when I loaded YouAmp from your alternate posted site of yesterday. I suppose you've already considered querying those who have RECENTLY successfully installed and used YouAmp to see what is possibly different in their N800 systems. Good luck and regards, Jim |
Re: YouAmp - yet another Music player for Maemo
ok, you guys most likely have outdated libs, which cause the trouble. I just uploaded a new youamp package, which depends on the latest available libs. Try again after updating with the package manager.
|
Re: YouAmp - yet another Music player for Maemo
After using apt-get to update & upgrade all my libs, this is what I get:
Code:
Nokia-N800-50-2:/# youamp-player |
Re: YouAmp - yet another Music player for Maemo
Quote:
http://lists.maemo.org/pipermail//ma...ry/013991.html |
Re: YouAmp - yet another Music player for Maemo
Quote:
EDIT: When I close out of YouAmp and attempt to bring it up again from the Extras menu, it won't come up -- the same thing as I've previously been experiencing. Do I have to go to xterm each time to access and use it? SECOND EDIT: I rebooted and it now comes up -- albeit slowly (scanning time?). |
Re: YouAmp - yet another Music player for Maemo
well... finally it starts for someone! The red colour of the title means that it found no replaygain information.
It is normal that it takes a bit to startup - I hope I can improve it with the next python release, but for now I cant do much except for displaying a startup bubble, which would be only cosmetic. Are you able to play your songs now? |
Re: YouAmp - yet another Music player for Maemo
Quote:
EDIT: A startup bubble would be most reassuring! |
Re: YouAmp - yet another Music player for Maemo
hm.. basically you just have to double tap a song in the playlist to make it start. OGG file neet a bit longer to load since playing them back is still hacky on Maemo.
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
I installed the update and it is now running for me. The first track is playing as I type. The volume is fine for me. The same as for the built in media player.
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
it should play fine; it takes just a bit longer to start the track.
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
As of an update yesterday, Youamp is working fine.
|
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
could you paste the exact message you get on the console? That would help me debugging.
If you want to make YouAmp forget about the song, you have to delete its music library. That is "rm /home/user/.musicdb". |
Re: YouAmp - yet another Music player for Maemo
Quote:
|
Re: YouAmp - yet another Music player for Maemo
So far this program is great! I checked out the source from svn and have started to poke around a little, is there any chance that we could get some developers documentation (comments in the code itself, or something similar to a uml diagram) so that we can start helping you hack away?
|
Re: YouAmp - yet another Music player for Maemo
I surley will document the code when something gets stable, but currently everything is a bit messy and especially the ui code needs a cleanup, so I dont want waste time on documenting it.
But basically everything is where you would expect it. (ie. look at the file names) |
Re: YouAmp - yet another Music player for Maemo
hi,
never had the chance to thank the creator of youamp - a great program! I've used for about a month. then I encountered a problem: youamp stopped opening! File "debian/youam/usr/lib/python2.5/site-packages/youamp/__init__.py", line 54, in __getitem__ IndexError: could not find tree path You have any clue how to solve this? And also, did you give up on the player, or is there still some work going on? thank you Ilia |
Re: YouAmp - yet another Music player for Maemo
I think I fixed that one in the new release. You should get that automatically by updating to diablo.
you can find the release announcement here: http://www.madman2k.net/33/youamp-035/ changelog: * changed the way to switch the views * improved browser behaviour * preference for ordering the playlist added * now being launched over d-bus * bugfixes & code cleanup |
Re: YouAmp - yet another Music player for Maemo
can someone confirm that it is available through diablo-extras? I have had some trouble promoting it...
|
Re: YouAmp - yet another Music player for Maemo
I don't see it either
|
Re: YouAmp - yet another Music player for Maemo
Quote:
I keep getting the following traceback. I tried removing .musicdb, but it made no difference. Traceback (most recent call last): File "/usr/bin/youamp-player", line 22, in <module> main() File "/usr/bin/youamp-player", line 18, in main player = youamp.controller.Controller() File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 27, in __init__ File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/window.py", line 40, in __init__ File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/searchview.py", line 98, in __init__ File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/searchview.py", line 112, in _restore_playlist File "debian/youamp/usr/lib/python2.5/site-packages/youamp/library.py", line 75, in get_tracks KeyError: None |
Re: YouAmp - yet another Music player for Maemo
same here. the release before it was working until i updated today. :(
|
Re: YouAmp - yet another Music player for Maemo
woops - should have done some upgrade path testing. I just uploaded the new version to extras-devel. Since it will take some time until its promoted, here is a direct link to the deb:
http://www.madman2k.net/youamp_0.3.5.1-1_all.deb tell me if it helps. |
Re: YouAmp - yet another Music player for Maemo
Seems to work youamp now launches.
|
Re: YouAmp - yet another Music player for Maemo
Hmm anyone else (after updating to the linked version) getting an endless updating database? (the database is updated..tested it myself by adding some new music files). It just seems to keep "updating database" though. Though it doesn't seem to be using cpu usage..
|
Re: YouAmp - yet another Music player for Maemo
try to run youamp from the terminal with the "youamp-player" command. Its likely that it choked up on one of your files and stopped indexing.
|
All times are GMT. The time now is 21:04. |
vBulletin® Version 3.8.8