Page 3 of 121 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 1202

Thread: New music player - Exaile!

  1. #21
    Join Date
    Dec 2005
    Location
    Louisville,KY
    Beans
    40
    Distro
    Ubuntu 6.06

    Re: New music player - Exaile!

    I get the same problem as Ultimo, except on a much larger scale. I added my library of ~33000 songs and watching the terminal I see lots of

    Traceback (most recent call last):
    File "/home/inmcm/exaile/xl/media.py", line 350, in read_tag
    audio = mad.MadFile(self.loc)
    IOError: Object must have a read method


    at the end of scanning (very fast for the task it was given!!) I noticed the count was right

    Count is now: 33602

    but when I look at the track count in Exaile, it only shows 32919. 700ish track missing. I'm working on tracking down which tracks it baulked on, but it is taking some time with all these files to check.

    Other than that, just needs to have some sort of tray thingie and it'll be super awesome!

  2. #22
    Join Date
    Aug 2005
    Location
    Palo Alto, CA
    Beans
    205

    Re: New music player - Exaile!

    Hmm. I keep getting the following error:
    Code:
    $ ./exaile
    Introspect error: The name org.exaile.DBusInterface was not provided by any .service files
    Traceback (most recent call last):
      File "exaile.py", line 1356, in main
        iface.TestService("testing dbus service")
      File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 79, in __call__
        reply_message = self._connection.send_with_reply_and_block(message, timeout)  File "dbus_bindings.pyx", line 458, in dbus_bindings.Connection.send_with_reply_and_block
    DBusException: The name org.exaile.DBusInterface was not provided by any .service files
    ***** You can safely ignore the above exception.
    Error reading settings file, using defaults.
    Traceback (most recent call last):
      File "exaile.py", line 1385, in ?
        if __name__ == "__main__": main()
      File "exaile.py", line 1381, in main
        app.exaile = ExaileWindow(fr)
      File "exaile.py", line 128, in __init__
        media.set_audio_sink(self.settings.get('audio_sink', 'esdsink'))
      File "/home/jasay/exaile/xl/media.py", line 43, in set_audio_sink
        player.set_property("audio-sink", audio_sink)
    AttributeError: 'NoneType' object has no attribute 'set_property'
    Any suggestions? Might I need different/additional dependencies since I'm using Dapper? I noticed a few guys are on Dapper as well. Was there anything you had to do differently than in the OP to get it to work?

  3. #23
    Join Date
    Mar 2005
    Location
    Australia
    Beans
    418
    Distro
    The Feisty Fawn Testing

    Re: New music player - Exaile!

    Quote Originally Posted by synic
    That's cool - I mostly wrote this to fit my needs - which I'm sure are mostly different than everyone elses.
    Which is why we have so many different music players around - choice is a good thing.

    Welcome to the ever-expanding club of music player hackers.

  4. #24
    Join Date
    Mar 2005
    Location
    Bloomington, Indiana
    Beans
    225
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: New music player - Exaile!

    looks great can we expect ipod support in the future?

  5. #25
    Join Date
    Sep 2005
    Location
    Quebec, Canada
    Beans
    33

    Re: New music player - Exaile!

    I can confirm it works on Gentoo Linux. I had to emerge wxpython, wxgtk, pygtk, and PIL (Python Imaging Library), for the 'Image' module, otherwise Exaile doesn't start. (the package is named 'imaging' in portage tree).

  6. #26
    Join Date
    Mar 2006
    Beans
    205
    Distro
    Hardy Heron (Ubuntu Development)

    Re: New music player - Exaile!

    Right straight off this isn't picking up all my media on my PC. ; ;

    Also, i beg anyone who is going to develop a media player...include a graphic EQ.
    Its a shame that this isn't detecting all my music, because it seems to be the closest thing i've found yet to my favourite media player Musik Cube.

    Code:
    gareth@ubuntu:~/exaile$ cd exaile && ./exaile
    bash: cd: exaile: Not a directory
    gareth@ubuntu:~/exaile$ svn checkout svn://jbother.org/usr/local/svn/exaile
    svn: 'exaile' is already a file/something else
    gareth@ubuntu:~/exaile$ cd exaile && ./exaile
    bash: cd: exaile: Not a directory
    gareth@ubuntu:~/exaile$ exaile
    bash: exaile: command not found
    gareth@ubuntu:~/exaile$ ./exaile
    loading songs
    Importing /home/gareth/.exaile/saved_playlist.m3u
    Running is False
    /media/hda3/gareth/Music
    File count: 178
    Traceback (most recent call last):
      File "/home/gareth/exaile/xl/tracks.py", line 248, in read_track
        tr.read_tag()
      File "/home/gareth/exaile/xl/media.py", line 404, in read_tag
        f = ogg.vorbis.VorbisFile(self.loc)
    TypeError: Argument 1 is not a filename or file object
    Exception in thread Thread-1:
    Traceback (most recent call last):
      File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
        self.run()
      File "/home/gareth/exaile/xl/tracks.py", line 317, in run
        for root, dirs, files in os.walk(dir):
      File "/usr/lib/python2.4/os.py", line 291, in walk
        for x in walk(path, topdown, onerror):
      File "/usr/lib/python2.4/os.py", line 291, in walk
        for x in walk(path, topdown, onerror):
      File "/usr/lib/python2.4/os.py", line 281, in walk
        if isdir(join(top, name)):
      File "/usr/lib/python2.4/posixpath.py", line 65, in join
        path += '/' + b
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 10: ordinal not in range(128)
    
    Exanding
    Exanding
    Exanding
    Running is True
    Running is True
    new thread created with Various - Kill Bill: Volume 1 [Enhanced] [Explicit Lyrics] [Soundtrack]
    cover thread started
    Thread done.... *shrug*, no covers found
    Aborted cover thread
    playing has been stopped on 'Sword Swings'
    gareth@ubuntu:~/exaile$ ./exaile
    loading songs
    Importing /home/gareth/.exaile/saved_playlist.m3u
    Running is False
    /media/hda3/gareth/Music
    File count: 178
    Traceback (most recent call last):
      File "/home/gareth/exaile/xl/tracks.py", line 248, in read_track
        tr.read_tag()
      File "/home/gareth/exaile/xl/media.py", line 404, in read_tag
        f = ogg.vorbis.VorbisFile(self.loc)
    TypeError: Argument 1 is not a filename or file object
    Exception in thread Thread-1:
    Traceback (most recent call last):
      File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
        self.run()
      File "/home/gareth/exaile/xl/tracks.py", line 317, in run
        for root, dirs, files in os.walk(dir):
      File "/usr/lib/python2.4/os.py", line 291, in walk
        for x in walk(path, topdown, onerror):
      File "/usr/lib/python2.4/os.py", line 291, in walk
        for x in walk(path, topdown, onerror):
      File "/usr/lib/python2.4/os.py", line 281, in walk
        if isdir(join(top, name)):
      File "/usr/lib/python2.4/posixpath.py", line 65, in join
        path += '/' + b
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 10: ordinal not in range(128)
    Thats your bug.

  7. #27
    Join Date
    Oct 2005
    Location
    Helsinki, Finland
    Beans
    1,351

    Re: New music player - Exaile!

    This project looks great. Thanks for the effort!

  8. #28
    Join Date
    Feb 2006
    Location
    Nashville, TN
    Beans
    68
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: New music player - Exaile!

    Installed it and am impressed. The queue manager aspect of Amarok is why I keep using it. Nice to see that same functionality in a Gnome music player. Ipod support would be wonderful!

  9. #29
    Join Date
    Mar 2005
    Location
    Ice cold Norway
    Beans
    519

    Question Re: New music player - Exaile!

    Looks interesting. I use XMMS and Banshee at the moment. Some questions:

    1) Have you thought about adding toggle support for a smaller winamp-like GUI? You know, the best of two worlds?

    2) Can you browse by artist and albums like iTunes and Rythmbox?

    3) How about Last.fm/Audioscrobbler plugin?

    Good luck with this project!

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

    Re: New music player - Exaile!

    Quote Originally Posted by graabein
    Looks interesting. I use XMMS and Banshee at the moment. Some questions:

    1) Have you thought about adding toggle support for a smaller winamp-like GUI? You know, the best of two worlds?

    2) Can you browse by artist and albums like iTunes and Rythmbox?

    3) How about Last.fm/Audioscrobbler plugin?

    Good luck with this project!
    1) I have thought about a mini-gui - so yeah, that'll be in in the future.
    2) Yes
    3) Already in and working like a charm (last.fm prefs)

Page 3 of 121 FirstFirst 123451353103 ... 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
  •