-
Notifications
You must be signed in to change notification settings - Fork 42
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
Why do some files not appear in Plex after downloading? #452
Comments
Hey there! Thanks for the report (: If this is still happening, I need some more details to best troubleshoot this. In Pinchflat, could you navigate to the one media item of the seven that does show up and click Actions > Copy JSON and post that here? Could you then also do the same thing for one of the other media items that doesn't show up in Plex? Essentially, I want to compare the output and see if it's something to do with the naming scheme or if it's something to do with Plex |
Here's the one that I see in Plex:
Here's an example of one that has downloaded to the same location, but I don't see it in Plex:
|
Following up to confirm that there is an issue with the naming pattern. I renamed the files to clearly indicate SE, and they appeared. Therefore, I need to adjust the naming convention somehow. |
Ok, I see I can also change the output format by source. I'm happy to play with this, but can you please tell me if there's an option to update/rename all files already downloaded based on an update to the output format? |
There isn't currently, but this is something I've been wanting to add for a while since it makes a lot of sense as a feature. At the moment I don't have a better solution than to recommend deleting the files and re-downloading them. But keep an eye out for when I eventually add the ability to rename! If it makes deletion any easier, instead of deleting the files through the app you can instead delete them using your OS's file manager then go to the source and use Actions > Sync Files On Disk. This will tell Pinchflat to update its records of whether a file exists or not |
Just FYI that issue #408 is tracking the renaming feature |
I'm stoked to have this up and running. I figured out I needed to update the output path template to have the "episodes" appear in seasons, etc. I found and followed this in a reddit thread:
/{{ source_custom_name }}/Season {{ season_from_date }}/{{ season_episode_from_date }} - {{ title }}.{{ ext }}
This works for everything so far, except one source. I've downloaded 7 files but only one of them appears in Plex. Why do some files not appear in Plex after downloading? Is there some technique to fool proof this?
The text was updated successfully, but these errors were encountered: