You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just found a couple of issues with the plugins and instructions.
The plugin path is now ~/.config/quodlibet/plugins
Also, the user needs to run the following commands to get gpoddersync running:
easy_install opml
easy_install mygpoclient
However after running these steps the plugin now fails with the following error when trying to do the initial sync:
AttributeError: 'PanedBrowser' object has no attribute 'reload'
------
Traceback (most recent call last):
File "/home/antergos/.config/quodlibet/plugins/songs-menu/GPodderSync.py", line 168, in <lambda>
GObject.idle_add(lambda: update_feeds(subscriptions))
File "/home/antergos/.config/quodlibet/plugins/songs-menu/GPodderSync.py", line 151, in update_feeds
app.browser.reload(app.library) # adds feeds
AttributeError: 'PanedBrowser' object has no attribute 'reload'
Hi, just found a couple of issues with the plugins and instructions.
The plugin path is now ~/.config/quodlibet/plugins
Also, the user needs to run the following commands to get gpoddersync running:
easy_install opml
easy_install mygpoclient
However after running these steps the plugin now fails with the following error when trying to do the initial sync: