AshleyDeo / jellyfin-plugin-calibre

Calibre Metadata Plugin for Jellyfin
GNU General Public License v3.0
1 stars 0 forks source link

Where and how to add the custom columns? #1

Closed Senor-S closed 1 month ago

Senor-S commented 1 month ago

I installed the repo and plugin, thanks! Now I don't know how and where to add what column. Can your give an example?

AshleyDeo commented 1 month ago

Make sure the folder where your calibre library is located is added to Jellyfin. On Admin Dashboard, go to My Plugins (you can configure the settings for all your plugins here) Click Calibre Plugin. There will be dropdowns for each library and its sections. Add your columns to the sections. Press Save at the bottom. You may have to refresh/replace the metadata for that library in Jellyfin.

Senor-S commented 1 month ago

There will be dropdowns for each library and its sections. Add your columns to the sections.

The dropdown say "Genres: default" and "Text: default". There are + icons that reveal more options, like People, Artists: default, Colorists etc. I don't get how to add a custom column. And I don't understand what exactly I'd write if I want to put in, say Calibre's "artist" or "collection" tag. Sorry for being dumb.

AshleyDeo commented 1 month ago

All of this depends on how you setup your Calibre and what metadata you want Jellyfin to have.

It would also be best if Calibre was at the top of the Jellyfin library's Metadata readers in the library settings.

Default

default means that section parses Calibre's predefined columns. You can remove default if it adds info you don't want or you can keep it and add other columns to add additional metadata.

Custom Data

You can put the Lookup name of any custom columns created in Calibre into the section as long as it has no code.

For example:

Senor-S commented 1 month ago

This helped a lot, thanks!