lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Tools & Utilities for Users

Category: LotRO Tools & Utilities for UsersLOTRO Plugin Compendium
Interface Information
Download
How do I install this? (FAQ)
Name: LOTRO Plugin Compendium   Popular!
Author:
Date: 03-28-2021 09:32 AM
Size: 2.26 MB
Version: 1.0.4.0
Rate File: 5 out of 5 with 22 votes  
Pictures
Click to enlarge 

Views: 0
Size: 26.25 Kb
Dimensions: 730 x 482
Add New Plugins
 
Click to enlarge 

Views: 0
Size: 15.53 Kb
Dimensions: 730 x 482
Update Existing Addons
 
Click to enlarge 

Views: 0
Size: 17.13 Kb
Dimensions: 730 x 482
Configure Updater Settings
 
Click to enlarge 

Views: 0
Size: 40.22 Kb
Dimensions: 716 x 564
Preview of LPC Java Version (screenshot taken on my linux machine)
 
Description
About

LOTRO Plugin Compendium (LPC) is a utility application to assist in installing and updating lotro LUA plugins. It attempts to take some of the leg work away from user having to manually download, create folders, and unzip download.

Disclaimer
This application is an attempt to automate a manual process and help make things easier for LOTRO users. That said, if it does not work right, please report it below. I take no responsibility of it does not work on your PC or messes things up. I would, however, like to know about any problems you encounter so future versions can be fixed.

Known Issues
  • If a plugin is just released on lotrointerface, there is a window of time that it needs to be reviewed by lotrointerface staff for approval. If you attempt to install the plugin while its waiting for approval, it will download a corrupt zip file. Since LPC attempts to reuse cached zip files to minimize bandwidth usage, this leads to a problem that isn't self corrected. You will need to manually delete the corrupt zip file. In LPC on the configuration panel is a Plugin Cache textbox. This is the path the zip files get downloaded to. Copy and paste that location into windows file explorer. Then find the zip file and delete. So sorry for this bug. I know it is confusing, and I will see what I can do to get this fixed.

Features
1.0.4.0
  • Updated to require newer .NET framework

1.0.3.0
  • First attempt at a remove feature for plugins
  • Plugin detection first tries to match by plugin id, then name
  • Detection for badly maintained plugincompendium files. Made it self correcting
  • Added a configurable installation path
  • Fixed a bug with the cache path getting corrupt when modifying "check for update" setting
  • Fixed bug where plugin libraries weren't detected to have been installed
  • Fixed bug where filehandle was left open during install. Prevented overriting some files

1.0.2.0
  • Added plugin category and last update date in plugin grid
  • Added ability to filter plugins by name
  • Added visual indication and filter for plugins that are already installed
  • Added ability to change caching location for downloaded plugins
  • Added ability to replace data feed with your own
  • Added ability for applications to check for updates to itself and ability to configure on/off
  • Added a help menu
  • Splash screen added to startup while data feeds are being loaded
  • Installer will now remove old install automatically for newer version.

1.0.1.0
  • Attempted fix for the 64 bit issue that was reported (verified that it worked! )

1.0.0.0
  • Creates LOTRO plugin folder if it doesn't already exist
  • Scan for existing plugins and tries to match them up with entries at LOTRO interface
  • Update existing plugins
  • Allows you to click through over 100 plugins from LOTRO Interface and read brief descriptions of each
  • Link to each plugins lotro interface page
  • Automatic download and install of plugins
  • Basic framework for plugin dependency management

Requirements
(work in progress)
  • .NET Framework Version 4.7
  • Win 7 (32/64)
  • Vista (need confirmation)
  • Linux & Mac version (please go here)


FAQ

(work in progress)
Why does the installed plugin list shows many greyed out plugins?
This could mean
  • The plugin name found in this plugin's ".plugin" file does not match the name at lotro interface
  • One of the plugins you had previously installed had multiple ".plugin" files that are unknown to LPC. To fix this, reinstall the plugin from the "Add New Plugins" tab.
  • Author of the plugin may have information in their ".plugincompendium" file that does not match up with what lotrointerface.com has for their plugin.

Why doesn't it know about (fill in blank) plugin?
  • Plugins that appear in LPC must be approved. Post below if you would like one included.
  • Not every existing plugin followed the same convention of submitting their plugin to LOTRO Interface. I may have left them off the list on purpose so it doesn't break things. Please encourage the Authors of your favourite plugins to update their plugin so it is supported.

Can I remove plugins with LPC?
Not at this time. Because of the way the plugin folder structure is laid out, multiple plugins might be installed in a common folder, and refer to eachothers files. This introduced headaches that i could not initially design around. I choose to leave this alone, and currently the app will just "Overwrite" existing plugin structure vs a true replace.
Can LPC support plugins with a list of dependencies?
Yes.. all plugin authors who wish to do so must read below section for "Plugin Compendium Configuration Files".
Why will Plugin Compendium not launch anymore (when it use to on same machine)?
This can be that the configuration is corrupted somehow. Even when reinstalling, your old config will remain on disk and needs deleteed.
Try navigating to %LOCALAPPDATA%\PluginCompendium, deleting the folder, and relaunching. If it still does not start, open "Event Viewer"
> Windows Logs > Application after attempt to start the app, and check for Errors
What do I do when I get an "Access Denied" error when installing a plugin?
First try shutting down LPC and any other plugin management application (like Minion). Start just LPC and try again. If this doesn't work, try rebooting your PC and trying again. If this still does not work, please post below
Plugin Compendium Configuration Files
(work in progress)
When LPC installs new plugins, it will look for a file with a .plugincompendium file extension in the download it uncompresses. This file helps it know a few specifics regarding an install.
  • What the id, name, and version of the plugin as it is states on lotro interface for the install.
  • Many authors have started including more than one ".plugin" file in a download. This links all these descriptors to one LPC install
  • Dependency management.

Because no plugin with the release of LPC will have these, it will try to reconstruct this information and place a .plugincompendium file in you plugin's folder (if you install via LPC). As of the first release it will know some basic dependency information for a few of the plugins on LOTRO Interface to fasilitate the adaptation of these files (or note :P).

Here is an example of one fully filled out.

Code:
<?xml version="1.0" encoding="utf-8"?>
<PluginConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>366</Id>
  <Name>Bevy o Bars</Name>
  <Version>2.321</Version>
  <Author>MrJackdaw</Author>
  <InfoUrl>http://www.lotrointerface.com/downloads/info366</InfoUrl>
  <DownloadUrl>http://www.lotrointerface.com/downloads/download366</DownloadUrl>
  <Descriptors>
    <descriptor>JackdawPlugins\BevyOBars2.plugin</descriptor>
    <descriptor>JackdawPlugins\BevyOBars2AutoLoader.plugin</descriptor>
  </Descriptors>
  <Dependencies>
    <dependency>0</dependency>
    <dependency>367</dependency>
    <dependency>575</dependency>
  </Dependencies>
</PluginConfig>
Authors can download over 80 samples for various existing plugins that I autogenerated here and include in future versions of their plugins.

Important Note to Authors:
  • that values and tags are case sensative
  • the name field must match what lotrointerface has as title of your addon. Otherwise you risk 2 plugins appearing in UI.
  • make sure to increment version #. If you do not the row will keep showing that they need to update your addon, when they already have latest.
  • the information in these needs to be kept up to date when new releases are done for it to work correctly. I have analysed the plugins and noticed many authors do not keep the ".plugin" files in sync wish each release. The name of plugin, version, and even authors have been all over the place. This configuration file is yet another way I know thinks can get out of sync.

Dependencies
The dependencies are a numberic id that you can get from a plugins url on lotro interface.. I.e. Alt Tracker --> http://www.lotrointerface.com/downloads/info572 has one of 572. The one plugin that is not on lotro interface is the "Turbine UI Files". If your addon requires this please include 0 (zero) for your dependency id.
Plugins Not Yet Supported
Please post below if you want me to retry or include one.
  • Crafters - zip file folder structure isn't in correct format
  • DPSMeter - zip file folder structure isn't in correct format
  • DamageRead - zip file folder structure isn't in correct format
  • MouseCirclev - zip file folder structure isn't in correct format
  • fervMonitor - zip file folder structure isn't in correct format
  • PartyFrame - zip file folder structure isn't in correct format
  • Ability Timer - requires dependency and does not have a .plugincompendium file
  • Aura - includes other addons in zip with theirs.. this will overrite potential new versions of those addons. Use a plugincompendium file to reference 2 dependencies.

Plugins That ARE Supported
Plugins that are supported are "Favorited" by the plugincompendium user of LOTRO Interface. You can view those by looking at the rss feed.

http://www.lotrointerface.com/rss.php?f=myfav&uid=5009
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.0.3.0
1.06 MB
lunarwtr
01-15-2012 07:41 PM
File Statistics
User Rating:
5 out of 5 with 22 votes
Downloads: 418733
Views: 769977
Favorites: 177
Uploaded By:
 
Last Modified: 11-11-2022 02:39 PM by lunarwtr    

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 12-27-2011, 09:37 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
I had a report of it not working on 64 bit windows 7. I want to rule out if it was a one time thing or not. If you have Win 7 (64) and it can successfully download and unzip plugin, please let me know. I cannot test this myself until i can purchase 64 bit.

On another note.. I had to remove the following plugins because of their download file did not have folder structure inline with the vast majority of LOTRO Interface addons.
  • CampSite
  • DailyTasks
  • EventTimer
  • RepRef
  • TravelRef
  • Crafters
  • MCHA
  • DPSMeter
  • DamageRead
  • MouseCircle
  • fervMonitor

The structure LPC is looking for is that if the zip file were extracted from within the Plugins folder, it would work. That means if the .plugin file is sitting in Plugins folder it is wrong. Or if it ends up with Plugins/Plugins/... it is wrong.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 12:23 AM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
I'm running Win-7 64-bit and had this same issue as well.

Edit;
I tried running as admin, copying over the 7zip file from my 64-bit install and renaming it, as well as running it in compatibility mode. I was unable to get it to work with any of the changes I made. Sorry I wasn't able to help correct the problem, but I don't know anything when it comes to coding a program.

Last edited by Uthboth : 12-28-2011 at 12:36 AM.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 02:24 AM  
Hyperactive Child
The Undefeated
 
Hyperactive Child's Avatar

Forum posts: 5
File comments: 5
Uploads: 0
64 bit error

ya, i'm running win7 on 64 bit and I also get the error
Hyperactive Child is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 01:01 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Thank you for trying.

I think this is being caused my not compiling the application exclusively for 32 bit. Windows 7 (64) is likely running the app and expecting a 64 bit version of the compression library I've included.

I'll recompile, & post new version. It would help if someone could try again.

EDIT: I've submitted a new update that I am hopeful will fix the 64 bit problem. It has to be approved before the download link above will let you download version 1.1

Last edited by lunarwtr : 12-28-2011 at 01:14 PM.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 01:32 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
I'll test the new version once it is approved.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 01:53 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Quote:
I'll test the new version once it is approved.
Thanks again!
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 02:47 PM  
funnyday01
The Wary

Forum posts: 0
File comments: 25
Uploads: 0
Exclamation Test

I test it and the internal error is there

"Problem while installing Bevy o Bars

Der Zugriff auf den Pfad "C:\Users\....\Documents\The Lord of the Ring Online\Plugins\JackdawPlugins\Bevy2\Isil\.svn\entr ies" wurde verweigert"

Sorry for this Info
funnyday01 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 02:55 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: Test

Quote:
I test it and the internal error is there

"Problem while installing Bevy o Bars

Der Zugriff auf den Pfad "C:\Users\....\Documents\The Lord of the Ring Online\Plugins\JackdawPlugins\Bevy2\Isil\.svn\entr ies" wurde verweigert"

Sorry for this Info
It succeeds in installing Bevy for me on Windows XP. I am still downloading Windows 7. Can you give me some details regarding your pc? What OS are you running? How much disk space is left on you C: Drive?

EDIT: Also check to see if you have a folder on your PC @ "C:\Users\....\Documents\The Lord of the Ring Online\Plugins" already. If so, perhaps there are some permissions problems preventing it from writing out the files. You can try removing old plugins and reinstalling.. or try right clicking on the folder -> properties -> uncheck read only -> apply (to all folders under).

Last edited by lunarwtr : 12-28-2011 at 03:01 PM.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 03:03 PM  
funnyday01
The Wary

Forum posts: 0
File comments: 25
Uploads: 0
Re: Re: Test

It succeeds in installing Bevy for me on Windows XP. I am still downloading Windows 7. Can you give me some details regarding your pc? What OS are you running? How much disk space is left on you C: Drive?

Hi I Run Windows 7 64Bit version and have over 150 GB free on C: Drive and My System works fine only Plugins from Faflaf, Nuclear, And Bevy from Jackdaw produced this Error all other Plugins can i Update

Edit:

Hi Tonic bars is the only Plugin which is not working with your Compendium

Edit:

Found the Error from Tonic Bars it is Update Compatible but it can not work because Tonic Bars is a Wrong install way from the Author of this Plugin after i Found this it works fine for me

Last edited by funnyday01 : 12-28-2011 at 03:17 PM.
funnyday01 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 03:08 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: Re: Re: Test

Quote:
Hi I Run Windows 7 64Bit version and have over 150 GB free on C: Drive and My System works fine only Plugins from Faflaf, Nuclear, And Bevy from Jackdaw produced this Error all other Plugins can i Update
I wonder if it is the subversion files (.svn/*) that are causing this for you. I know windows does not allow a person to create a folder starting with period, but programmatically it should allow. I could try filtering out these types of files as they are not really needed.

Thank you for the feedback!
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 03:21 PM  
funnyday01
The Wary

Forum posts: 0
File comments: 25
Uploads: 0
Exclamation Re: Re: Re: Re: Test

I wonder if it is the subversion files (.svn/*) that are causing this for you. I know windows does not allow a person to create a folder starting with period, but programmatically it should allow. I could try filtering out these types of files as they are not really needed.

Thank you for the feedback!

I found The Mistake and now it works fine for me But you should ask NuclearTonic to rework his Install way of Tonic Bars because this produce a Error after this you don't find this Plugin in Your compendium after Installing from Lotrointerface

Thanks for this great Help of updating Plugins
funnyday01 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 04:07 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
I installed Windows 7 64 bit and it looks like the fix for version 1.1 did the trick. Sorry again for the hiccup.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 04:41 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: Re: Re: Re: Re: Test

Quote:
I found The Mistake and now it works fine for me But you should ask NuclearTonic to rework his Install way of Tonic Bars because this produce a Error after this you don't find this Plugin in Your compendium after Installing from Lotrointerface
I will remove tonic for the time being from the feed. If you encounter any other addons that don't install correctly, please let me know. Thanks for heads up.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2011, 11:13 PM  
Hyperactive Child
The Undefeated
 
Hyperactive Child's Avatar

Forum posts: 5
File comments: 5
Uploads: 0
Works great

reinstalled with the update and works kill with win7..


Nice job!
Hyperactive Child is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2011, 10:40 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
Works, thanks for the update.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 07:39 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui