comparison include/core/filesystem.h @ 378:5912dafc6e28

anime: add poster cache :)
author Paper <paper@tflc.us>
date Wed, 05 Nov 2025 12:50:35 -0500
parents 47c9f8502269
children 5eaafed6c10b
comparison
equal deleted inserted replaced
377:1b0b8e746d83 378:5912dafc6e28
8 void CreateDirectories(const std::filesystem::path &path); 8 void CreateDirectories(const std::filesystem::path &path);
9 std::filesystem::path GetDotPath(); // %APPDATA%/minori/, ~/Library/Application Support/minori/, ~/.config/minori/... 9 std::filesystem::path GetDotPath(); // %APPDATA%/minori/, ~/Library/Application Support/minori/, ~/.config/minori/...
10 std::filesystem::path GetConfigPath(); // (dotpath)/config.json 10 std::filesystem::path GetConfigPath(); // (dotpath)/config.json
11 std::filesystem::path GetAnimeDBPath(); // (dotpath)/anime/db.json 11 std::filesystem::path GetAnimeDBPath(); // (dotpath)/anime/db.json
12 std::filesystem::path GetTorrentsPath(); // (dotpath)/torrents/... 12 std::filesystem::path GetTorrentsPath(); // (dotpath)/torrents/...
13 std::filesystem::path GetAnimePostersPath(); // (dotpath)/anime/posters/
13 14
14 } // namespace Filesystem 15 } // namespace Filesystem
15 16
16 #endif // MINORI_CORE_FILESYSTEM_H_ 17 #endif // MINORI_CORE_FILESYSTEM_H_