Install

Asked by mlissner

Can you explain what to download, and how to install this please? It would be very helpful for me.

Question information

Language:
English Edit question
Status:
Solved
For:
Banshee Remote Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
kristopher_d
Solved:
Last query:
Last reply:
Revision history for this message
mlissner (mlissner-michaeljaylissner) said :
#1

I managed to get this working by running:
sudo mv Desktop/Banshee.RemoteListener.dll /usr//lib/banshee-1/Extensions/

This works, though I wonder two things:
1. What's the other download for?
2. Is there a way that I can install this extension per user rather than system wide?

Thanks.

Revision history for this message
Best kristopher_d (kristopher-dick) said :
#2

The newer download fixes the plugin to work with the latest release of Banshee (I'm not a developer by trade, so I'm still wrapping my head around versioning, etc. I've now removed the older version as the newer one should work just fine with both 1.5.2 and 1.5.3 (1.5.4 on Ubuntu) of banshee

As for installation you'll want to move the file to:

~/.config/banshee-1/addins/ directory to make it available only for your user

/usr/lib/banshee-1/Extensions/ to make it available for the whole system.

Revision history for this message
mlissner (mlissner-michaeljaylissner) said :
#3

Thanks kristopher_d, that solved my question.