iPod Player is an Electron-based music player that mimics the classic iPod interface. It allows users to import playlists, play music, and manage their music library with a user-friendly interface.
- Playlist Management: Import playlists from local directories containing MP3 files and corresponding album artwork.
- Now Playing View: Displays the currently playing song along with album art and playback controls.
- Dynamic UI: The interface updates dynamically based on user interactions, providing a seamless experience.
To use the iPod Player, follow these steps:
-
Import Playlists: Click on the "Import Playlist" option in the menu to select a folder containing your MP3 files and album artwork.
-
Format Your Files: Ensure that your music files and album covers are named correctly. For example:
songname.mp3 songname.pngThis format is essential for the application to correctly associate songs with their respective artwork.
-
Navigate the Menu: Use the click wheel to navigate through the menu options, select songs, and control playback.
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Electron framework for making desktop applications easy to build.
-
Clone the repository Clone the repository using Git:
git clone https://github.com/Antkiler2012/Ipodplayer.git -
Install dependencies Navigate into the project directory and install the required packages:
cd Ipodplayer npm install -
Start the app Run the application with:
npm start
