I try to create a simple Agent that will fit my need. I only need something that read the title in the metadata, and the date the file was created.
I think I got my code right (I check on other plugins to find what I need), but after many try I can’t make my Plugin appear in the Plugins section of Plex.
I know where is my Plugin directory, I can manually install Sub-Zero, delete it, and it work well in Plex.
But when I put my “homemade” plugin in the plugins directory, it does not appear in the plugin list, neither in the list of agent (even after I restart Plex). I try many things, like using the Sub-Zero plugin, but as soon as I change something in the Sub-Zero plugin, it does’t show up in plex. But if I revert everything back to the original Sub-Zero, it show up.
Can someone help me to make thinks right? What is the minimal files / parameters a .bundle should have just to load in Plex? From that I should be able to test things and make my code works.
First, I used the “LocalMedia.bundle” as a template for my plugin. I just change few line of code. Then I put my customized “LocalMedia” plugin (named “AgentSpecial”) in the plugin directory. But it did not show on the plugin menu in Plex. So I thought Plex didn’t recognise it, neither loaded it.
In fact, my customized plugin was properly loaded by Plex. My metadata agent “AgentSpecial” was there, in the “Agent” section of Plex. I move it up in the list, and Plex begin using it to populate metadata. It was just not show in the Plugin section.