Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 94

Thread: Listen Music Player 0.5 is now available

  1. #31
    Join Date
    Apr 2006
    Beans
    29

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by bdb51;[QUOTE=SorinN View Post
    to Patskumaster

    sudo gedit /usr/lib/listen/const.py

    then remove from consty.py the lines where the letters are non-english letters ( look strange ).
    there are 3 or 4 lines at the bottom of document.

    then start again with command : listen -> u will receive the second error on other file ( i dont remember exact ...), at line 716 or some. Do the same thing on this file - is a single strange letter before a declaration.

    After that U will have some errors regarding dbus invocation procedure. Will not work as user with 'listen' command but will work with 'sudo listen'.

    I still hope on a stable version on Feisty.

    Best Luck
    Thanks to help! I edited const.py and song.py(line 716) files.
    Now I get following error:

    Code:
    $ listen
    No musicbrainz support (musicbrainz2 missing)
    No iPod support
    No Audio cd support (musicbrainz2 missing)
    Error grabbing key 144, 0x848b400
    Error grabbing key 153, 0x848b400
    Error grabbing key 162, 0x848b400
    Error grabbing key 164, 0x848b400
    Traceback (most recent call last):
      File "/usr/lib/listen/listen.py", line 219, in <module>
        ListenApp()
      File "/usr/lib/listen/listen.py", line 146, in __init__
        self.listen_instance = Listen()
      File "/usr/lib/listen/widget/listen.py", line 121, in __init__
        self.dbus_service = ListenDBus(self,player)
      File "/usr/lib/listen/dbus_manager.py", line 56, in __init__
        dbus.service.Object.__init__(self, bus_name, object_path)
      File "/var/lib/python-support/python2.5/dbus/service.py", line 418, in __init__
        self._connection._register_object_path(object_path, self._message_cb, self._unregister_cb)
    RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
    Quote Originally Posted by bdb51 View Post
    Could you tell me how the letter on line 716 looks like, because I can't seem to find it.
    Song.py line 716 looks like this:

    Code:
    #|Â tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )
    Ps. Sorry for my English. I hope you understand my text.
    Last edited by Patskumaster; February 18th, 2007 at 05:11 PM.

  2. #32
    Join Date
    May 2006
    Location
    Romania, Transylvania
    Beans
    14
    Distro
    Gutsy Gibbon Testing

    Re: Listen Music Player 0.5 is now available

    #|Â tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )
    shoult be:
    # tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )

    after U correct all of these - U can start Listen from terminal using 'sudo listen'. Don't look at console errors - Listen will work.

    Good Audition !

  3. #33
    Join Date
    Apr 2006
    Beans
    29

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by SorinN View Post
    #|Â tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )
    shoult be:
    # tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )

    after U correct all of these - U can start Listen from terminal using 'sudo listen'. Don't look at console errors - Listen will work.

    Good Audition !
    Big Thanks! Now Listen works.

  4. #34
    Join Date
    May 2005
    Beans
    694

    Re: Listen Music Player 0.5 is now available

    Does anybody know if there will be some package/repository like before? Or can anyone contact Theli and ask (I wasn't able to find any email on his site)?

    It seems that compiling it is quite complicated, building a package may be even more.
    Please, feel free to correct my english, so that I can improve it.

    Click here to join Dropbox. Both you and I get free extra space.

  5. #35
    Join Date
    Feb 2007
    Beans
    1
    Distro
    Ubuntu 6.10 Edgy

    Re: Listen Music Player 0.5 is now available

    I'm having issues installing listen and i have read through the entire post , when i run ./check.py i get this back:

    Checking Python version: 2.4
    Checking for PyGTK >= 2.6: found
    Checking for pyGTK-devel >= 2.6 found
    Checking for gnome.ui; found
    Checking for egg.trayicon: found
    Checking for mutagen:
    Traceback (most recent call last):
    File "./check.py", line 59, in ?
    if float(mutagen.version_string) < 1.6:
    ValueError: invalid literal for float(): 1.10.1

    anybody have any idea's?

  6. #36
    Join Date
    Feb 2007
    Location
    Belgium
    Beans
    160
    Distro
    Ubuntu 7.04 Feisty Fawn

    Question Re: Listen Music Player 0.5 is now available

    Can't get Mutagen 1.8 installed.

    After doing the tar command in my home directory, it is unpacked but then ..
    When i type
    ./setup.py
    i get an error
    bash: ./setup.py: No such file or directory
    Can somebody help me out ?

    Kuoi

  7. #37
    Join Date
    Feb 2007
    Location
    Belgium
    Beans
    160
    Distro
    Ubuntu 7.04 Feisty Fawn

    Thumbs down Re: Listen Music Player 0.5 is now available

    I did
    wget http://www.sacredchao.net/~piman/sof...gen-1.8.tar.gz
    tar xvfz mutagen-1.8.tar.gz
    cd mutagen*
    ./setup.py build
    sudo ./setup.py install
    , and now Mutagen 1.10 is installed , but the Listen setup gives many more errors.

    I stick with version 4.3 for now.

    That's my only negative experience with Linux ( Ubuntu ) ...
    UPDATING software is almost impossible or takes hours !!!
    I can't believe I'm still trying

    Kuoi

  8. #38
    Join Date
    Jul 2005
    Location
    Potenza, Italy
    Beans
    244
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by drkduncan View Post
    I'm having issues installing listen and i have read through the entire post , when i run ./check.py i get this back:

    Checking Python version: 2.4
    Checking for PyGTK >= 2.6: found
    Checking for pyGTK-devel >= 2.6 found
    Checking for gnome.ui; found
    Checking for egg.trayicon: found
    Checking for mutagen:
    Traceback (most recent call last):
    File "./check.py", line 59, in ?
    if float(mutagen.version_string) < 1.6:
    ValueError: invalid literal for float(): 1.10.1

    anybody have any idea's?
    Try this if u have edgy eft: http://janvitus.cabspace.com/ubuntu/...nvitus_all.deb
    Linux User #342201 ~ Ubuntu User #268

  9. #39
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Listen Music Player 0.5 is now available

    Does anybody get to work Audio-CDs with this?
    I installed python-musicbrainz2-0.4.1 and it doesn't complain about "No Audio cd support" anymore but Listen still doesn't recognize my CDs.

    When I put a CD in my drive and start Listen afterwards I get this:
    Code:
    W:MusicBrainzAudioCD:No disk id
    btw: it still complains about
    Code:
    No musicbrainz support (tunepimp missing or version < 0.5)
    does this have anything to do with it?
    I tried installing libtunepimp-0.5.3 but it complains about way too many dependencies and since I don't care about musicbrainz, I gave up on that.
    Last edited by Forlong; February 23rd, 2007 at 12:05 PM.

  10. #40
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

    Re: Listen Music Player 0.5 is now available

    Try adding the musicbrainz repo, I'll look for specifics hold on.....

    Got it!
    add this line to your /etc/apt/source.lst
    Code:
    #musicbrainz repo
    deb http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/ubuntu edgy musicbrainz
    Then apt-get install libtunepimp5

    This should grab everything you need
    Last edited by hanzomon4; February 23rd, 2007 at 02:57 PM.

Page 4 of 10 FirstFirst ... 23456 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •