Skip to content
New issue

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

Specify file "location" in addition to "destination" #2

Open
Albuca opened this issue Jan 14, 2022 · 2 comments
Open

Specify file "location" in addition to "destination" #2

Albuca opened this issue Jan 14, 2022 · 2 comments

Comments

@Albuca
Copy link

Albuca commented Jan 14, 2022

Hello!

Might be a bit of an edge case/weird setup, and if its not workable -- no worries!

All of my media is stored on a linux server, however my Jellyfin instance runs on a windows machine (as it has more computing oomf). Ideally, I would like to run Sportyfin on my linux box as a Cron job along with my other self-hosted projects.
I have my linux box mounted as a network drive in Windows -- so Jellyfin can access the files on the linux server.

The issue I run into, is that the xmltv file indicates the images are stored where the script put the files (in linux) - which isn't the same file path in Windows.

What would be ideal, is if I could specify to the script where the files can be "located" by Jellyfin - which is different than where the script's output/destination is specified.

e.g. output script files to /media/sportyfin but the created xmltv files say they are actually located at Z:\sportyfin
python3 -m sportyfin -a -s -v -o /media/sportyfin -l z:\sportyfin

Cheers, and thanks for your work on this project!

@axelmierczuk
Copy link
Owner

Thats actually an awesome use case. I will keep this issue open while I work on it! For now I think best case would be to manually edit the files.

@Albuca
Copy link
Author

Albuca commented Jan 15, 2022

Right on -- happy to hear it's well received!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants