Chapter 25. MP3 Jukebox Assignments
In the assignments in this chapter, we will write, in stages, a program that serves as an MP3 playlist generator and database manager. It will generate and play selections of MP3 songs based on what it can find on our file system and it will permit filter-queries based on data stored in ID3v2
(meta) tag information.
Data Model: Mp3File | ||
Visitor: Generating Playlists | ||
Preference: An Enumerated Type | ||
Reusing id3lib | ||
PlayListModel Serialization | ||
Testing Mp3File Related Classes | ||
Simple Queries and Filters | ||
Mp3PlayerView | ||
Models and Views: PlayList | ||
Source Selector | ||
Persistent Settings | ||
Edit Form View for FileTagger | ||
Database View |
The features we ...
Get An Introduction to Design Patterns in C++ with Qt 4 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.