jmwatte / beet-dates

plugin for beets that lets you search for files added between certain dates
4 stars 0 forks source link

cant get beets to work with beet-dates #1

Open zeltak opened 10 years ago

zeltak commented 10 years ago

i have added beet-dates to my plugin line:

plugins: fuzzy fetchart embedart fromfilename web zero scrub lyrics rewrite the mpdupdate mpdstats duplicates info convert dates

and moved the 2 files dateslib.py and the dates.py in :

/home/zeltak/.beets/myplugins

finally i add the plugin path to my config

pluginpath: /home/zeltak/.beets/myplugins/

but when i try it out beets dosent seem to load the plugin andi get this:

zeltak@voices ~ ↳ beet list added:="last 5 minutes" \ plugin dates not found

any clue ?

thx alot

Z

jmwatte commented 10 years ago

I checked my version. I am on the latest github version and if the plugin path is the path where all your other plugins reside, then it should work ... here it does anyway. Which version of beet do you have?

zeltak commented 10 years ago

thx jmwatte

Updating to git version did the trick! (was using stable before) your plugin is damm awesome, thx alot for your work!

btw any reason why the -a switch (for albums results) dosent work?

beet list -a added:="last 5 days"

Z