Skip to main content

Advanced Playlist Manager

Project description

Playlist Manager

A Python-based playlist management system with a command-line interface (CLI), FastAPI backend, and support for concurrency, database persistence, and external data loading from the iTunes API.


Features

1. Playlist & Song Management

  • Create multiple playlists.
  • Add songs to playlists with title, artist, duration, and genre.
  • Remove songs from playlists.
  • View playlist contents with total songs and total duration.
  • Navigate songs in playlists: next and previous simulation.

2. Search & Statistics

  • Search songs across all playlists by title or artist.
  • View statistics:
    • Total number of songs in the library.
    • Number of songs and total duration per playlist.

3. Data Persistence

  • All playlists and songs are persisted in SQLite database.
  • JSON backup is supported for offline storage.

4. Concurrency

  • Load initial song data from iTunes API using:
    • Threading (I/O-bound tasks)
    • Multiprocessing (CPU-bound tasks, e.g., parsing/processing large datasets)

5. FastAPI Integration

  • Provides a Python API to:
    • Create, read, update, delete songs.
    • Query playlists and search songs programmatically.

Installation

  1. Clone the repository:
git clone https://github.com/miator/playlist-manager.git
cd playlist-manager

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

playlist_manager-0.1.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

playlist_manager-0.1.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file playlist_manager-0.1.0.tar.gz.

File metadata

  • Download URL: playlist_manager-0.1.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.13

File hashes

Hashes for playlist_manager-0.1.0.tar.gz
Algorithm Hash digest
SHA256 db124806dfddca162920b8ce3985206f5cd5188fd3d0e05089f8fe6929674357
MD5 db3cfa63c0a7b5d00c733474a381f2e5
BLAKE2b-256 3c5ae5a68a483693d0c7ec14b1297adbda109855bcc7032af570da56b004ffdd

See more details on using hashes here.

File details

Details for the file playlist_manager-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for playlist_manager-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 243a0bef28b8c5a4789910ce92080d880c82f0fc99bbcd6c9f2991d4d43c5e70
MD5 9ee75744909809700d4b63c4a34ef1d8
BLAKE2b-256 d4d6579aac44791fa5fb3b007e2906239ebe5259081a38ed8dae737e22bf315d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page