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

What to do when running out of storage space? #332

Open
Risca opened this issue Mar 3, 2023 · 3 comments
Open

What to do when running out of storage space? #332

Risca opened this issue Mar 3, 2023 · 3 comments

Comments

@Risca
Copy link
Member

Risca commented Mar 3, 2023

OpenPHT: Stock OpenPHT-Embedded-1.8.0b.148-573b6d73-Odroid_C2.aarch64.img.gz
PMS: 1.31.2.6739 on Synology NAS (irrelevant?)

I've run out of storage space on my Odroid C2 and OpenPHT doesn't show any posters or thumbnails at all.

What should I do?

Is it safe to remove /storage/.kodi/userdata/Thumbnails?

@Risca
Copy link
Member Author

Risca commented Mar 3, 2023

I ended up running:

find /storage/.kodi/userdata/Thumbnails -mtime +365 -type f -delete

to remove Thumbnails older than 1 year.

Haven't encountered any ill effects and my posters and thumbnails load as they should now

@scotia70
Copy link

scotia70 commented Mar 3, 2023

The page Kodi Artwork Cache describes the directory and what deleting it or its contents entails.

@Risca
Copy link
Member Author

Risca commented Mar 3, 2023

Thanks @scotia70! So, there's a sqlite database of all thumbnails too. I assume/hope that this database gets automatically updated when a cached file fails to load =)

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