Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    YouAmp - yet another Music player for Maemo

    Reply
    Page 19 of 21 | Prev | 9   17     18   19   20     21   | Next
    joeystitch | # 181 | 2009-12-07, 06:56 | Report

    0.6.0b2 crashes on my N800 (latest firmware) with the following message:

    Traceback (most recent call last):
    File "/usr/bin/youamp-player", line 3, in <module>
    import youamp.controller
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/__init__.py", line 39, in <module>
    OSError: [Errno 2] No such file or directory: '/media/mmc1/.media-ar'

    Any ideas?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    yukop4 | # 182 | 2009-12-07, 09:04 | Report

    Originally Posted by joeystitch View Post
    0.6.0b2 crashes on my N800 (latest firmware) with the following message:

    Traceback (most recent call last):
    File "/usr/bin/youamp-player", line 3, in <module>
    import youamp.controller
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/__init__.py", line 39, in <module>
    OSError: [Errno 2] No such file or directory: '/media/mmc1/.media-ar'

    Any ideas?
    it has a bug -it is being attended to-still well worth the wait as this player is one of the good things about the whole maemo adventure

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to yukop4 For This Useful Post:
    joeystitch

     
    joeystitch | # 183 | 2009-12-07, 17:39 | Report

    Originally Posted by yukop4 View Post
    it has a bug -it is being attended to-still well worth the wait as this player is one of the good things about the whole maemo adventure
    No doubt. I like MediaBox, but I really wanted something like YouAmp for music playback. I look forward to a fixed release.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    MadMan2k | # 184 | 2009-12-08, 15:08 | Report

    ok, I think I got that bug. I just pushed youamp 0.6.0~beta4 to extras-devel and will promote it to extras when it is built.

    you can read the whole announcement regarding 0.6.0 here:
    http://www.rojtberg.net/331/youamp-0-6-has-grown/

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 6 Users Say Thank You to MadMan2k For This Useful Post:
    buurmas, Den in USA, fl4f, joeystitch, tso, YoDude

     
    joeystitch | # 185 | 2009-12-08, 19:32 | Report

    Wow, that was fast! Thanks, MadMan, it's working very well on my tablet now. It even handles screen rotation gracefully. I'm just glad to have a player I can minimize.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    yukop4 | # 186 | 2009-12-08, 21:22 | Report

    Originally Posted by joeystitch View Post
    Wow, that was fast! Thanks, MadMan, it's working very well on my tablet now. It even handles screen rotation gracefully. I'm just glad to have a player I can minimize.
    great work -much appreciated --muchala graciola..........

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Den in USA | # 187 | 2009-12-08, 22:13 | Report

    Thanks, Madman, this is still my favorite music player!

    Edit | Forward | Quote | Quick Reply | Thanks

     
    YoDude | # 188 | 2009-12-08, 22:30 | Report

    Originally Posted by Den in USA View Post
    Thanks, Madman, this is still my favorite music player!
    +1
    I'm thinkin' this guy's karma should be much higher for this outstanding effort...

    I went back and thanked MadMan2k in previous posts.

    ***

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by YoDude; 2009-12-09 at 02:37.

     
    bootdoc | # 189 | 2010-01-07, 16:03 | Report

    just installed youamp and it reads all my music files fine but nothing plays.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    caimanjosh | # 190 | 2010-01-13, 21:26 | Report

    Wow, looks like YouAmp is maturing nicely. It seems a lot of nice new features have been added. I had installed YouAmp a while back, but at the time it wasn't quite what I was looking for, so I uninstalled it. Now, I just installed the new version (.6b4); however, unfortunately it crashes on my N800 each time I try to launch it. I tried uninstalling and reinstalling, but same result. Here is what I get:

    /usr/bin $ youamp-player
    python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
    python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
    python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
    python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
    python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
    /usr/lib/python2.5/site-packages/youamp/ui/playlist.py:59: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkButton
    Exception in thread Thread-1:
    Traceback (most recent call last):
    File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    File "/usr/lib/python2.5/threading.py", line 446, in run
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/scrobbler.py", line 107, in _login
    File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
    File "/usr/lib/python2.5/urllib2.py", line 381, in open
    File "/usr/lib/python2.5/urllib2.py", line 399, in _open
    File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open
    File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
    URLError: <urlopen error (-3, 'Temporary failure in name resolution')>

    Traceback (most recent call last):
    File "/usr/bin/youamp-player", line 16, in <module>
    main()
    File "/usr/bin/youamp-player", line 12, in main
    player = youamp.controller.Controller()
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 69, in __init__
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 153, in _restore
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 179, in _refresh_playlist
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/playlist.py", line 155, in update
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/library.py", line 143, in get_tracks
    File "debian/youamp/usr/lib/python2.5/site-packages/youamp/playlist.py", line 272, in __init__
    ValueError: invalid literal for int() with base 10: '01_Track'

    Anyone else had this problem? Any ideas? Thanks..

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 19 of 21 | Prev | 9   17     18   19   20     21   | Next
vBulletin® Version 3.8.8
Normal Logout