Page 9 of 121 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 1202

Thread: New music player - Exaile!

  1. #81
    Join Date
    Mar 2006
    Beans
    205
    Distro
    Hardy Heron (Ubuntu Development)

    Re: New music player - Exaile!

    Ack!
    Code:
    gareth@gareth-laptop:~/exaile$ ./exaile
    Introspect error: The name org.exaile.DBusInterface was not provided by any .service files
    ***** You can safely ignore the above error.
    Error reading settings file, using defaults.
    Traceback (most recent call last):
      File "exaile.py", line 1877, in ?
        if __name__ == "__main__": main()
      File "exaile.py", line 1868, in main
        exaile = ExaileWindow(fr)
      File "exaile.py", line 111, in __init__
        media.set_audio_sink(self.settings.get('audio_sink', 'esdsink'))
      File "/home/gareth/exaile/xl/media.py", line 50, in set_audio_sink
        player.set_property("audio-sink", audio_sink)
    AttributeError: 'NoneType' object has no attribute 'set_property'

  2. #82
    Join Date
    Apr 2006
    Beans
    963

    Re: New music player - Exaile!

    Thanks for your hard work. Cool player.

  3. #83
    Join Date
    Apr 2005
    Beans
    1,395

    Re: New music player - Exaile!

    I've got the following error:
    Code:
     ./exaile
    Introspect error: The name org.exaile.DBusInterface was not provided by any .service files
    ***** You can safely ignore the above error.
    Error reading settings file, using defaults.
    Traceback (most recent call last):
      File "exaile.py", line 1877, in ?
        if __name__ == "__main__": main()
      File "exaile.py", line 1868, in main
        exaile = ExaileWindow(fr)
      File "exaile.py", line 111, in __init__
        media.set_audio_sink(self.settings.get('audio_sink', 'esdsink'))
      File "/home/alex/CVS/exaile/xl/media.py", line 50, in set_audio_sink
        player.set_property("audio-sink", audio_sink)
    AttributeError: 'NoneType' object has no attribute 'set_property'
    is svn version broken at the moment? I use Dapper by the way...

  4. #84
    Join Date
    Aug 2005
    Beans
    39
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: New music player - Exaile!

    Sweetness. I have been away for a couple of days and looking through the postings I found the answer to my own problem, I just had to delete the music.db and it worked fine.

  5. #85
    Join Date
    Mar 2006
    Location
    Winnipeg, Canada
    Beans
    365
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: New music player - Exaile!

    Downloaded it, it's populating my music library as we speak.

    One annoyance so far: I try to keep my /Home directory nice 'n tidy. Is there any way I can get exaile to install somewhere else? Like wherever other programs get installed?

    Otherwise its so far so good!

    groggyboy

  6. #86
    Join Date
    Apr 2005
    Location
    SLC, Utah
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: New music player - Exaile!

    Quote Originally Posted by groggyboy
    Downloaded it, it's populating my music library as we speak.

    One annoyance so far: I try to keep my /Home directory nice 'n tidy. Is there any way I can get exaile to install somewhere else? Like wherever other programs get installed?

    Otherwise its so far so good!

    groggyboy
    Yeah, hopefully soon I'll have a .deb ready that'll install it like you'd expect.

  7. #87
    Join Date
    Mar 2005
    Location
    Pennsylvania
    Beans
    384
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: New music player - Exaile!

    Whenever I want to install from source something, I just put it in /usr/local/src/applicationname. I then create a symbolic link to the binary in /usr/local/bin (If the build doesn't create it already).

    This way I can keep it out of /home while still keep track of what I installed manually.

    Edit: I take that back. When I created the sym-link in /usr/local/bin, I got the following error:

    Code:
    python: can't open file 'exaile.py': [Errno 2] No such file or directory
    Last edited by mmcmonster; May 23rd, 2006 at 11:58 AM.

  8. #88
    Join Date
    Apr 2005
    Location
    SLC, Utah
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: New music player - Exaile!

    Code:
    python: can't open file 'exaile.py': [Errno 2] No such file or directory
    [/QUOTE]

    If you chmod +x exaile.py and make the symlink to that instead, it should work.

  9. #89
    Join Date
    Sep 2005
    Location
    Houston, Texas
    Beans
    171
    Distro
    Ubuntu 6.06

    Re: New music player - Exaile!

    I would most definitely use this as a replacement for amaroK if I could hear something... I play and a song and nothing happens.

    Help, please?

  10. #90
    Join Date
    Jun 2005
    Location
    Australia
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: New music player - Exaile!

    Quote Originally Posted by foxy123
    I've got the following error:
    Code:
     ./exaile
    Introspect error: The name org.exaile.DBusInterface was not provided by any .service files
    ***** You can safely ignore the above error.
    Error reading settings file, using defaults.
    Traceback (most recent call last):
      File "exaile.py", line 1877, in ?
        if __name__ == "__main__": main()
      File "exaile.py", line 1868, in main
        exaile = ExaileWindow(fr)
      File "exaile.py", line 111, in __init__
        media.set_audio_sink(self.settings.get('audio_sink', 'esdsink'))
      File "/home/alex/CVS/exaile/xl/media.py", line 50, in set_audio_sink
        player.set_property("audio-sink", audio_sink)
    AttributeError: 'NoneType' object has no attribute 'set_property'
    is svn version broken at the moment? I use Dapper by the way...
    Same error here too.

Page 9 of 121 FirstFirst ... 78910111959109 ... 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
  •