Add new library/item in Jellyfin
Jellyfin Family module WISECP
Order now | Download | FAQ
New library:
To create a new library, you should to create a folder in your jellyfin server.
xxxxxxxxxx
cd mnt
xxxxxxxxxx
mkdir LIBRARY_NAME
LIBRARY_NAME - The name of the new library.
After creating a folder, let's create a library in Jellyfin:
Add a new library:
Assign the appropriate folder to this library:
New item:
To download a new item, navigate to the root of your project "/" and enter the following commands:
xxxxxxxxxx
cd mnt/LIBRARY_NAME
xxxxxxxxxx
wget DOWNLOAD_ITEM_URL
LIBRARY_NAME - The name of the library.
DOWNLOAD_ITEM_URL - The download URL of the item you want to upload to the server.
After all
Scan all libraries by clicking on the "Scan All Libraries" button, or scan the specific library by clicking on the three dots and selecting "Scan Library."
No Comments