#include "taglib_parser.h"
#include <cereal/archives/binary.hpp>
#include <cereal/types/map.hpp>
#include <cereal/types/string.hpp>
#include <cereal/types/vector.hpp>
#include <fstream>
#include <iostream>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Song |
Represents a song with associated metadata and inode. More... | |
class | SongTree |
Represents a hierarchical tree structure to store songs by artist, album, disc number, and track number. More... | |