CLI application for Windows that serves as a basic media files browser/player(advance)
I. Your application should be able to runs from any directory (hint: Using windows env PATH)
II. Avaiable options:
1 - View list of media files in that folder and all sub-folder (audio and video)
+ (Optional) Pagination, 25 per page
2 - Playlists:
+ List of playlist
+ View a playlist
+ Create/Update/Delete a playlist
3 - Metadata of a file (Taglib): [MAIN FEATURE]
+ Available from either media list or a playlist
+ Show metadata of a media file (pretty much anything you can think of as metadata):
Audio: Track name, Album, Artist, Duration, Genre, Publisher, Publish Year,...
Video: Name, Size, Duration, Bitrate, Codec,
+ Edit metadata: change value, add new keys,...
4 - (Optional) Open the file from your application (to external Windows media player)