Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20200818 (experimental)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
song.cpp song.h songlist.cpp songlist.h tools.cpp tools.h

Author

anonymous

about 5 years ago

song.cpp
song.h
songlist.cpp
songlist.h
tools.cpp
tools.h
songs.txt
makefile

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a song.cpp song.h songlist.cpp songlist.h tools.cpp tools.h
In file included from songlist.h:4,
                 from tools.h:4,
                 from prog.cc:3:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
In file included from tools.h:4,
                 from prog.cc:3:
songlist.h:31:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   31 |         const void displayList();
      |         ^~~~~
songlist.h:32:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   32 |         const void findSong();
      |         ^~~~~
In file included from song.cpp:1:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
song.cpp:34:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   34 | const void Song::getTitle(char returnTitle[])
      | ^~~~~
song.cpp:39:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   39 | const void Song::getArtist(char returnArtist[])
      | ^~~~~
song.cpp:43:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   43 | const int Song::getMin()
      | ^~~~~
song.cpp:47:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   47 | const int Song::getSec()
      | ^~~~~
song.cpp:51:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 | const void Song::getAlbum(char returnAlbum[])
      | ^~~~~
song.cpp:78:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   78 | const void Song::printSong()
      | ^~~~~
song.cpp:85:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   85 | const void Song::printFile(ofstream &outFile)
      | ^~~~~
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
In file included from songlist.h:4,
                 from songlist.cpp:2:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
In file included from songlist.cpp:2:
songlist.h:31:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   31 |         const void displayList();
      |         ^~~~~
songlist.h:32:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   32 |         const void findSong();
      |         ^~~~~
songlist.cpp: In constructor 'SongList::SongList()':
songlist.cpp:11:10: warning: unused variable 'next' [-Wunused-variable]
   11 |   Node * next = NULL;
      |          ^~~~
songlist.cpp:12:10: warning: unused variable 'prev' [-Wunused-variable]
   12 |   Node * prev = NULL;
      |          ^~~~
songlist.cpp: At global scope:
songlist.cpp:106:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  106 | void const SongList::displayList()
      | ^~~~
songlist.cpp:117:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  117 | void const SongList::findSong()
      | ^~~~
In file included from songlist.h:4:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
songlist.h:31:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   31 |         const void displayList();
      |         ^~~~~
songlist.h:32:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   32 |         const void findSong();
      |         ^~~~~
In file included from songlist.h:4,
                 from tools.h:4,
                 from tools.cpp:2:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
In file included from tools.h:4,
                 from tools.cpp:2:
songlist.h:31:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   31 |         const void displayList();
      |         ^~~~~
songlist.h:32:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   32 |         const void findSong();
      |         ^~~~~
tools.cpp: In function 'void readChar(char*)':
tools.cpp:90:14: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
   90 |   if (out[0] == ' ' | out[0] == '\0') // if input is empty or begins with a space,
      |       ~~~~~~~^~~~~~
In file included from songlist.h:4,
                 from tools.h:4:
song.h:51:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   51 |         const void getTitle(char returnTitle[]);
      |         ^~~~~
song.h:52:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   52 |         const void getArtist(char returnArtist[]);
      |         ^~~~~
song.h:53:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   53 |         const int getMin();
      |         ^~~~~
song.h:54:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   54 |         const int getSec();
      |         ^~~~~
song.h:55:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   55 |         const void getAlbum(char returnAlbum[]);
      |         ^~~~~
song.h:62:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   62 |         const void printSong();
      |         ^~~~~
song.h:63:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   63 |         const void printFile(ofstream &outFile);
      |         ^~~~~
In file included from tools.h:4:
songlist.h:31:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   31 |         const void displayList();
      |         ^~~~~
songlist.h:32:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   32 |         const void findSong();
      |         ^~~~~
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
[D-d]: Display the Library
[F-f]: Find a song
[R-r]: Remove a song
[Q-q]: Quit
Invalid input, please try again!!
Welcome to the Music Library:
Pick an option
[A-a]: Add a song
Signal:
File size limit exceeded