comparison include/core/filesystem.h @ 118:39521c47c7a3

*: another huge megacommit, SORRY The torrents page works a lot better now Added the edit option to the anime list right click menu Vectorized currently playing files Available player and extensions are now loaded at runtime from files in (dotpath)/players.json and (dotpath)/extensions.json These paths are not permanent and will likely be moved to (dotpath)/recognition ... ... ...
author Paper <mrpapersonic@gmail.com>
date Tue, 07 Nov 2023 23:40:54 -0500
parents 3d2decf093bb
children 0a458cb26ff4
comparison
equal deleted inserted replaced
117:2c1b6782e1d0 118:39521c47c7a3
20 20
21 private: 21 private:
22 std::string _path; 22 std::string _path;
23 }; 23 };
24 24
25 Path GetDotPath(); // %APPDATA%/minori, ~/Library/Application Support/minori, ~/.config/minori... 25 Path GetDotPath(); // %APPDATA%/minori, ~/Library/Application Support/minori, ~/.config/minori...
26 Path GetConfigPath(); // (dotpath)/config.json 26 Path GetConfigPath(); // (dotpath)/config.json
27 Path GetAnimeDBPath(); // (dotpath)/anime/db.json 27 Path GetAnimeDBPath(); // (dotpath)/anime/db.json
28 Path GetPlayersPath(); // (dotpath)/player.json
29 Path GetExtensionsPath(); // (dotpath)/extensions.json
28 30
29 } // namespace Filesystem 31 } // namespace Filesystem
30 32
31 #endif // __core__filesystem_h 33 #endif // __core__filesystem_h