Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Exaile - new audio player, similar to Amarok, but for Gtk+
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
OldTango
l33t
l33t


Joined: 21 Feb 2004
Posts: 718

PostPosted: Mon Nov 27, 2006 12:49 am    Post subject: Reply with quote

zykes wrote:
Hi. I got an error off of the 0.2.6 ebuild that i got from here. Exaile installs fine but won't start, anony got a clue? Error under here.

Code:

Traceback (most recent call last):
  File "/usr/share/exaile/xl/dbusinterface.py", line 203, in test
    bus = dbus.SessionBus()
  File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 266, in __new__
    return Bus.__new__(cls, Bus.TYPE_SESSION, use_default_mainloop, private)
  File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 99, in __new__
    bus._connection = dbus_bindings.bus_get(bus_type, private)
  File "dbus_bindings.pyx", line 1692, in dbus_bindings.bus_get
DBusException: No reply within specified time
python: symbol lookup error: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_type_register_static_simple
2 things come to mind.

1. Is hal and dbus running
2. Have you updated python and not ran python-updater

Also is python in your USE FLAGS
You may want to check on these and then re-emerge gstreamer
Make sure the RDEPEND of the ebuild have been built with python support if supported.
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6053
Location: Removed by Neddy

PostPosted: Mon Nov 27, 2006 10:24 pm    Post subject: Reply with quote

emerged this (via the overlay) and I must say, I am very impressed, prefer this over BMPx atm
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Sat Dec 02, 2006 8:04 pm    Post subject: Reply with quote

This looks pretty cool, im emerging it now. Amarok's missing a bunch of artwork, and it's always had a few bugs with album-art for me. Not to mention it isn't very convenient or consistent on my xfce desktop. Lets see if this player can compare.
Back to top
View user's profile Send private message
bi3l
Apprentice
Apprentice


Joined: 06 Feb 2003
Posts: 268
Location: France

PostPosted: Tue Dec 05, 2006 10:30 pm    Post subject: Reply with quote

If you want CDDB support, you can emerge cddb-py. This can be added to the ebuild using this patch:
Code:
--- exaile-0.2.6.ebuild.orig    2006-12-05 23:27:49.000000000 +0100
+++ exaile-0.2.6.ebuild 2006-12-05 23:28:17.000000000 +0100
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE="fam mp3 flac aac musepack trayicon ipod"
+IUSE="cddb fam mp3 flac aac musepack trayicon ipod"
 
 DEPEND=">=dev-lang/python-2.4
                >=dev-python/pygtk-2.0"
@@ -34,7 +34,8 @@
                musepack? ( >=media-plugins/gst-plugins-musepack-0.10 )
                trayicon? ( dev-python/gnome-python-extras )
                ipod? ( >=media-libs/libgpod-0.3.2-r1
-                               >=media-plugins/gst-plugins-faac-0.10 )"
+                               >=media-plugins/gst-plugins-faac-0.10 )
+               cddb? ( >=dev-python/cddb-py-1.4 )"
 
 S=${WORKDIR}/${MY_P}
 
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Thu Dec 07, 2006 1:00 pm    Post subject: Reply with quote

New ebuild, with the dependency that bi3l suggest. Instead of using cddb useflag, I choose cdaudio useflag, because I have found that dev-python/cddb-py is needed for cd audio playback in general, not only for cddb support:

Code:

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils toolchain-funcs

MY_P=${PN}_${PV}

DESCRIPTION="Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK"
HOMEPAGE="http://www.exaile.org/"
SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="fam mp3 flac aac musepack trayicon ipod cdaudio"

DEPEND=">=dev-lang/python-2.4
      >=dev-python/pygtk-2.0"
RDEPEND="${DEPEND}
      >=dev-python/pysqlite-2
      >=media-libs/gstreamer-0.10
      >=media-libs/gst-plugins-good-0.10
      >=dev-python/gst-python-0.10
      >=media-libs/mutagen-1.6
      >=media-plugins/gst-plugins-gconf-0.10
      dev-python/elementtree
      || ( >=dev-python/dbus-python-0.71
         ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
      fam? ( app-admin/gamin )
      mp3? ( >=media-plugins/gst-plugins-mad-0.10 )
      flac? ( >=media-plugins/gst-plugins-flac-0.10 )
      aac? ( >=media-plugins/gst-plugins-faac-0.10 )
      musepack? ( >=media-plugins/gst-plugins-musepack-0.10 )
      trayicon? ( dev-python/gnome-python-extras )
      ipod? ( >=media-libs/libgpod-0.3.2-r1
            >=media-plugins/gst-plugins-faac-0.10 )
      cdaudio? ( dev-python/cddb-py )"

S=${WORKDIR}/${MY_P}

pkg_setup() {
   if has_version "<sys-apps/dbus-0.90" ; then
      if ! built_with_use sys-apps/dbus python; then
         eerror "dbus has to be built with python support"
         die "dbus python use-flag not set"
      fi
   fi

   if use ipod && ! built_with_use media-libs/libgpod python ; then
      eerror "libgpod has to be built with python support"
      die "libgpod python use-flag not set"
   fi

}

src_unpack() {
   unpack ${A}
   cd "${S}"
   # We want Gentoo's mutagen package
   sed -i \
      -e '/mutagen/d' \
      Makefile || die "sed failed"
}

src_compile() {
   emake CC=$(tc-getCC) || die "emake failed"
}

src_install() {
   emake DESTDIR="${D}" install || die "emake install failed"
}

_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
Lloeki
Guru
Guru


Joined: 14 Jun 2006
Posts: 437
Location: France

PostPosted: Thu Dec 14, 2006 7:21 pm    Post subject: Reply with quote

I think there's a missing dependency or two here. I was reinstalling my system from scrath (went from x86 to amd64) and wanted to listen to some tunes. quickly, I set up overlay & emerged latest exaile, and... no sound with radios. no hintful message of any kind in console. out of the lue, I emerged a bunch of gst-plugins, and it worked. among which:
- media-plugins/gst-plugins-shout2
- media-plugins/gst-plugins-gnomevfs
which I think may be the two relevant ones leading to no radio sound. after that, it works like a charm.
I think there should be some use flag(s) for them. maybe 'radio' or 'webradio' which would take care of both? or separate ones (radio shoutcast? gnomevfs shoutcast?).
_________________
Moved to using Arch Linux
Life is meant to be lived, not given up...
HOLY COW I'M TOTALLY GOING SO FAST OH F*** ;)
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Thu Dec 14, 2006 8:05 pm    Post subject: Reply with quote

You are right, but the only dependency needed is media-plugins/gst-plugins-gnomevfs, I can listen to radios without gst-plugins-shout2. I'll add it to the ebuild, but I don't think that we must use an useflag for this, because radio is an essential part for the program (there is a tab and preferences for this even without these dependencies).

I'll do a new ebuild also, a beta version for exaile-0.2.7 has been released, with some important upgrades, like plugins.

Just a question, do you use Gnome? I want to know if this programs is very gnome-dependant.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Thu Dec 14, 2006 8:13 pm    Post subject: Reply with quote

juantxorena wrote:
I want to know if this programs is very gnome-dependant.


I'm using exaile on xfce4, it works great. No gnome packages are installed on my box.
Back to top
View user's profile Send private message
Lloeki
Guru
Guru


Joined: 14 Jun 2006
Posts: 437
Location: France

PostPosted: Thu Dec 14, 2006 9:36 pm    Post subject: Reply with quote

Quote:
I don't think that we must use an useflag for this

even if I do use gnome (and thus have gnome-vfs), I do think so
Quote:
I'm using exaile on xfce4

because of that. if I were, I wouldn't want some big stuff like gnome-vfs being forced on me.
that's the gentoo spirit: having choice ;)
_________________
Moved to using Arch Linux
Life is meant to be lived, not given up...
HOLY COW I'M TOTALLY GOING SO FAST OH F*** ;)
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Fri Dec 15, 2006 4:32 pm    Post subject: Reply with quote

I asked for this in #gentoo-sunrise, and a dev agreed that it shouldn't be an optional dependency because there is no way of deactivating radio playback in exaile. This is the conversation:
Quote:

<juantxorena> somebody can help?
<juantxorena> is media-sound/exaile, as usual
<juantxorena> is in this post: https://forums.gentoo.org/viewtopic.php?p=3783803#3783803
<juantxorena> somebody has found a new dependency
<juantxorena> which is needed for radio playback
<juantxorena> but radio playback is not an option when installing/using the program
<juantxorena> is there by default
<masterdriverz> can you disable it in the default config?
<masterdriverz> radio? ( <radio-dependency> )
<juantxorena> no, is a built-in feature
<juantxorena> the matter is that since there isn't a mode of disable it
<juantxorena> I don't think it should be as an optional dependency
<masterdriverz> then i'd suggest just adding it to RDEPEND
<juantxorena> rest of the devs agree?
<masterdriverz> juantxorena: sure, unless someone else has a better solution
>masterdrivez< can I copy this in the post?


But I agree with Lloeki that we must avoid useless gnome packages. I'm going to ask about this in exaile forums before updating the ebuild, maybe radio playback will be optional in future versions.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Fri Dec 15, 2006 8:16 pm    Post subject: Reply with quote

This program has a looong way to go. Hopefully radio playback is an option, since I have never, and will never use it.
Back to top
View user's profile Send private message
jeanfrancis
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1482
Location: Québec, Canada

PostPosted: Sun Dec 17, 2006 10:48 pm    Post subject: Reply with quote

Great player!

I'm using xfce so I was looking for a Amarok replacement and the most other GTK players were bringing way too much Gnome packages ;) (Listen, Rhythmbox, Banshee)...
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Tue Dec 19, 2006 7:12 pm    Post subject: Reply with quote

Hello. I've writen this post in the exaile forums about the gnome-vfs stuff and the radio playback. The dev ask about the crash when gst-plugins-gnomevfs isn't installed. I have no time for anything this week, so any help about this will be welcome. If someone doesn't have an account in the exaile forums and/or doesn't want to make one, I can post the comments for him/her.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
Lloeki
Guru
Guru


Joined: 14 Jun 2006
Posts: 437
Location: France

PostPosted: Tue Dec 19, 2006 7:53 pm    Post subject: Reply with quote

for me it did not crash without gnomevfs gst plugin, it just did nothing. but while trying, I was opening streams randomly one after another, hoping to find one that worked, and at some point, it froze. I then had to kill the python interpreter. I think that it crashes, but not always (not all streams?).
no such thing since I installed gnomevfs gst plugin.
_________________
Moved to using Arch Linux
Life is meant to be lived, not given up...
HOLY COW I'M TOTALLY GOING SO FAST OH F*** ;)
Back to top
View user's profile Send private message
Eichi'sMom
n00b
n00b


Joined: 22 Mar 2005
Posts: 3

PostPosted: Tue Dec 26, 2006 7:54 pm    Post subject: Reply with quote

new version 0.2.7b2 out now...i made a ebuild.. you can download it at

https://bugs.gentoo.org/show_bug.cgi?id=134865



But it has a bad hack inside, couse portage dont know the b2 only _beta2



put the dev knows and will change this next version ;)
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Tue Dec 26, 2006 8:17 pm    Post subject: Reply with quote

I have been waiting to make the ebuild because of the radio-gnomevfs stuff. The main dev of exaile says that he's going to make radio support optional, as Lloeki suggests, and probably as a plugin (there is a new plugin system in exaile, so please start writing tons of plugins!! and ebuilds for the plugins, if needed!!). This new "feature" is probably available in the SNV version.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
Xepher
n00b
n00b


Joined: 14 Mar 2003
Posts: 39

PostPosted: Wed Dec 27, 2006 3:59 am    Post subject: Reply with quote

I just switched to Exaile last week. I had been using Quod Libet, but I didn't like the way it required me to be in playlist view OR library view. I like having multiple playlists side by side with my library. I had a bug with the genre sorting in 27b2, posted the bug to the exaile tracker, and had a patch in less than 9 minutes. You don't get that anywhere else! I patched my own copy manually, then thought "WTF? Why don't I make an SVN Ebuild?" So here it is!

exaile-9999.ebuild
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

ESVN_REPO_URI="svn://jbother.org/usr/local/svn/exaile/trunk"
ESNV_PROJECT="exaile"

inherit eutils toolchain-funcs subversion

DESCRIPTION="Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK."
HOMEPAGE="http://www.exaile.org"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.4
      >=dev-python/pygtk-2.0"
RDEPEND="${DEPEND}
      >=dev-python/pysqlite-2
      >=media-libs/gstreamer-0.10
      >=media-libs/gst-plugins-good-0.10
      >=dev-python/gst-python-0.10
      >=media-libs/mutagen-1.6
      sys-apps/dbus
      dev-python/elementtree
      dev-python/dbus-python"

S=${WORKDIR}/${PN}

src_compile() {
   emake CC=$(tc-getCC) || die "emake failed"
}

src_install() {
   emake DESTDIR="${D}" install || die "emake install failed"
}


Based on ebuilds posted in this thread. It works for me, but I can't promise all the dependencies are there for everyone.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Wed Dec 27, 2006 4:14 am    Post subject: Reply with quote

there is one in bugzilla that covers just about all the deps 134865

The only one I notice the one in bugzilla missing is notify-python, which is also in bugzilla, and actually it needs to be made a use flag to disable the support for that plugin.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Fri Dec 29, 2006 4:16 pm    Post subject: Reply with quote

The ebuild for the brand new exaile version, 0.2.7. I finally added gst-plugins-gnomevfs as a dependency, because it only add a couple of gnome dependencies. Also I added some useflags to reflect some plugins. The ebuild is called, of course, exaile-0.2.7. Please note that there is a patch that must be used :
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils toolchain-funcs

MY_P=${PN}_${PV}

DESCRIPTION="Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK"
HOMEPAGE="http://www.exaile.org/"
SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fam mp3 flac aac musepack trayicon ipod cdaudio serpentine streamripper"

DEPEND=">=dev-lang/python-2.4
      >=dev-python/pygtk-2.0"
RDEPEND="${DEPEND}
      >=dev-python/pysqlite-2
      >=media-libs/gstreamer-0.10
      >=media-libs/gst-plugins-good-0.10
      >=media-plugins/gst-plugins-gnomevfs-0.10
      >=dev-python/gst-python-0.10
      >=media-libs/mutagen-1.6
      >=media-plugins/gst-plugins-gconf-0.10
      dev-python/elementtree
      || ( >=dev-python/dbus-python-0.71
         ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
      fam? ( app-admin/gamin )
      mp3? ( >=media-plugins/gst-plugins-mad-0.10 )
      flac? ( >=media-plugins/gst-plugins-flac-0.10 )
      aac? ( >=media-plugins/gst-plugins-faac-0.10 )
      musepack? ( >=media-plugins/gst-plugins-musepack-0.10 )
      trayicon? ( dev-python/gnome-python-extras )
      ipod? ( >=media-libs/libgpod-0.3.2-r1
            >=media-plugins/gst-plugins-faac-0.10 )
      cdaudio? ( dev-python/cddb-py )
      serpentine? ( app-cdr/serpentine )
      streamripper? ( media-sound/streamripper )"

S=${WORKDIR}/${PV}

pkg_setup() {
   if has_version "<sys-apps/dbus-0.90" ; then
      if ! built_with_use sys-apps/dbus python; then
         eerror "dbus has to be built with python support"
         die "dbus python use-flag not set"
      fi
   fi

   if use ipod && ! built_with_use media-libs/libgpod python ; then
      eerror "libgpod has to be built with python support"
      die "libgpod python use-flag not set"
   fi

}

src_unpack() {
   unpack ${A}
   cd "${S}"
   # We want Gentoo's mutagen package
   sed -i \
      -e '/mutagen/d' \
      Makefile || die "sed failed"
   epatch "${FILESDIR}/${P}-fix-status-icon.patch"
}

src_compile() {
   emake CC=$(tc-getCC) || die "emake failed"
}

src_install() {
   emake DESTDIR="${D}" install || die "emake install failed"
}


This is the patch. It's named "exaile-0.2.7-fix-status-icon.patch". Of course, it must be placen in "files" directory in the exaile ebuild directory:
Code:
Index: xl/xlmisc.py
===================================================================
--- xl/xlmisc.py   (revision 1918)
+++ xl/xlmisc.py   (working copy)
@@ -381,7 +381,7 @@
         self.icon.set_tooltip(tip)
 
     def destroy(self):
-        self.icon.destroy()
+        self.icon.set_visible(False)
 
 if USE_TRAY == 'egg':
     TrayIcon = EggTrayIcon


Enjoy.

Insanity5902: you say something about notify-python and a plugin. What plugin?

Everyone: I want to know if trayicon feature works in other WM and DE apart for gnome. If someone try this in their non-gnome systems, please tell me. Note that trayicon useflag will install a lot of gnome dependencies.

Edit: There is a little annoying but harmless bug. Main developer of exaile has make a patch for it, so please upgrade the ebuild and use the patch above.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.


Last edited by juantxorena on Fri Dec 29, 2006 10:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Fri Dec 29, 2006 4:56 pm    Post subject: Reply with quote

I installed the beta2 of .27 and it had with a libnotify plugin. Even with it disabled it through up errors when starting up. I will install the .27 and see if the plugin is still there.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
juantxorena
Apprentice
Apprentice


Joined: 19 Mar 2006
Posts: 201
Location: The Shire

PostPosted: Sat Dec 30, 2006 10:56 am    Post subject: Reply with quote

I've been looking after the gnome dependencies for those who doesn't use gnome. Here is the gnome dependenciy tree:
Code:
media-sound/exaile
   media-plugins/gst-plugins-gnomevfs
      gnome-base/gnome-vfs
         gnome-base/gconf
            gnome-base/orbit
         gnome-base/orbit
         gnome-base/gnome-mime-data
         hal? gnome-base/gnome-mount
            ---
   media-plugins/gst-plugins-gconf
      gnome-base/gconf
         gnome-base/orbit

If gnome-base/gnome-vfs has hal USE-flag set, it will pull a lot of gnome dependencies, so you can avoid them by not setting it (obviously). Since gnome-vfs is only needed for radio shoutcast, this isn't a problem, because it doesn't need anything hardware-related, like hal. I've tested it with this, and everything works. In this case, there are only 4 gnome dependences:
Code:
gnome-base/gnome-vfs
gnome-base/gconf
gnome-base/orbit
gnome-base/gnome-mime-data


You have been warned.
_________________
I cannot write English very well. Please, correct any mistake so that I can improve.
Back to top
View user's profile Send private message
Daeluin
n00b
n00b


Joined: 04 Jan 2003
Posts: 57
Location: lost

PostPosted: Sat Dec 30, 2006 5:32 pm    Post subject: Reply with quote

Using 2.7 from sunrise, at first I got a version_db python error I solved by wiping ~/.exaile/
However now I'm getting an error scanning/importing a directory:
Code:
Running is False
mmkeys are available.
Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/share/exaile/xl/tracks.py", line 607, in run
    paths = count_files(directories)
  File "/usr/share/exaile/xl/tracks.py", line 347, in count_files
    paths.extend(scan_dir(dir, exts=media.SUPPORTED_MEDIA))
  File "/usr/share/exaile/xl/tracks.py", line 328, in scan_dir
    scan_dir(file, files, exts)
  File "/usr/share/exaile/xl/tracks.py", line 328, in scan_dir
    scan_dir(file, files, exts)
  File "/usr/share/exaile/xl/tracks.py", line 326, in scan_dir
    if os.path.isdir(file) and not \
  File "/usr/lib64/python2.4/posixpath.py", line 195, in isdir
    st = os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe0' in position 70: ordinal not in range(128)


Anyone else seeing this?
Edit: More specifically, now that I've played around with it a bit:
It worked fine in .2.6
The scanning doesn't just give the error, but crashes almost instantly; I never see the blue bar start to go across. And the stop button doesn't work, I have to close Exaile to reset it. (Note Exaile itself doesn't crash, just the scanning.) It first gave a couple of file names it couldn't read, but I fixed them and it didn't make any difference, still crashed. with the above error.

I my files organized by genre, and I'm experiencing the crash on a few of them, while others seem to load fine. There are lots of errors and unrecognized files in the output, but none that stop the scanning from completing successfully.

Now it seems more like an exaile thing rather than a gentoo or ebuild thing... I'll go report it in their trac.

Quote:
Insanity5902: you say something about notify-python and a plugin. What plugin?


The exaile LibNotify plugin perhaps? It's working for me (well loading, I haven't tested it), but I also already emerged notify-python.
Back to top
View user's profile Send private message
JayJay78
n00b
n00b


Joined: 29 Jan 2004
Posts: 32

PostPosted: Sun Dec 31, 2006 1:15 pm    Post subject: Reply with quote

Hi Daeluin,

i have a similar problem. I moved the directory ~/.exaile to ~/.exaile.old for testing and it works. I must import my collection again.

JJ
Back to top
View user's profile Send private message
Daeluin
n00b
n00b


Joined: 04 Jan 2003
Posts: 57
Location: lost

PostPosted: Sun Dec 31, 2006 10:12 pm    Post subject: Reply with quote

nope. already had wiped that dir when the problem started.
wiped a few more times, but no luck.
thanks though.
Back to top
View user's profile Send private message
Lloeki
Guru
Guru


Joined: 14 Jun 2006
Posts: 437
Location: France

PostPosted: Mon Jan 01, 2007 10:36 am    Post subject: Reply with quote

Daeluin, I experience the same issue as you. providing a single empty dir makes it 'scan' correctly, but really, what's the use...

I also have this problem:
Code:
$ exaile
Plugins 'Alarm Clock' version '0.1' loaded successfully
Failed to load plugin
Traceback (most recent call last):
  File "/usr/share/exaile/plugins/manager.py", line 41, in load_plugins
    plugin = __import__(re.sub('\.pyc?$', '', file))
  File "//usr/lib/python2.4/site-packages/dbus/__init__.py", line 1, in ?
    from _dbus import *
  File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 48, in ?
    from proxies import *
  File "//usr/lib/python2.4/site-packages/dbus/proxies.py", line 4, in ?
    from exceptions import MissingReplyHandlerException, MissingErrorHandlerException, IntrospectionParserException
ImportError: cannot import name MissingReplyHandlerException
Plugins 'Desktop Cover' version '0.1' loaded successfully
Plugins 'LibNotify Plugin' version '0.1' loaded successfully
Plugins 'Mini Mode' version '0.1' loaded successfully
Plugins 'Serpentine Plugin' version '0.1' loaded successfully
Plugins 'Streamripper!' version '0.1' loaded successfully
Created db for thread Thread-1

but I don't know which plugin is failing... maybe dbus?
_________________
Moved to using Arch Linux
Life is meant to be lived, not given up...
HOLY COW I'M TOTALLY GOING SO FAST OH F*** ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum