comparison include/track/media.h @ 114:ab191e28e69d

*: add initial torrent stuff WOAH! these checkboxes are a pain in my fucking ass
author Paper <mrpapersonic@gmail.com>
date Tue, 07 Nov 2023 08:03:42 -0500
parents 825506f0e221
children 0a458cb26ff4
comparison
equal deleted inserted replaced
113:32afe0e940bf 114:ab191e28e69d
5 5
6 namespace Track { 6 namespace Track {
7 namespace Media { 7 namespace Media {
8 8
9 Filesystem::Path GetCurrentPlaying(); 9 Filesystem::Path GetCurrentPlaying();
10 std::unordered_map<std::string, std::string> GetFileElements(std::string basename);
10 std::unordered_map<std::string, std::string> GetFileElements(Filesystem::Path path); 11 std::unordered_map<std::string, std::string> GetFileElements(Filesystem::Path path);
11 12
12 } // namespace Media 13 } // namespace Media
13 } // namespace Track 14 } // namespace Track
14 15