We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems that currently the local pathing for actors is only set for the plugin and not the library
Setting: "path to tv show library or global actor folder"
Example Scenario: Tv Shows Library (Local files: /mnt/tv_shows) Anime Library (Local files: /mnt/anime) Cartoons Library (Local files: /mnt/cartoons)
Web server for actors access: Nginx pointing to /mnt for file access internally.
In this case I must choose what library i want actors to show in
Example: http://10.0.0.0:80/tv_shows
http://10.0.0.0:80/tv_shows
Would it be possible to add a variable based on the base path of the library, or make the config work per library?
Example: http://10.0.0.0:80/<libraryName>/
http://10.0.0.0:80/<libraryName>/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems that currently the local pathing for actors is only set for the plugin and not the library
Setting: "path to tv show library or global actor folder"
Example Scenario:
Tv Shows Library (Local files: /mnt/tv_shows)
Anime Library (Local files: /mnt/anime)
Cartoons Library (Local files: /mnt/cartoons)
Web server for actors access:
Nginx pointing to /mnt for file access internally.
In this case I must choose what library i want actors to show in
Example:
http://10.0.0.0:80/tv_shows
Would it be possible to add a variable based on the base path of the library, or make the config work per library?
Example:
http://10.0.0.0:80/<libraryName>/
The text was updated successfully, but these errors were encountered: