{"id":13910485,"url":"https://github.com/nicfit/MishMash","last_synced_at":"2025-07-18T09:31:40.183Z","repository":{"id":14913510,"uuid":"77407671","full_name":"nicfit/MishMash","owner":"nicfit","description":"Music database, etc.","archived":false,"fork":false,"pushed_at":"2025-05-31T20:54:14.000Z","size":1497,"stargazers_count":12,"open_issues_count":16,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-20T20:06:42.443Z","etag":null,"topics":["eyed3","media","music-library","python","sqlachemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicfit.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-26T21:27:11.000Z","updated_at":"2024-02-14T05:10:21.000Z","dependencies_parsed_at":"2024-11-08T03:44:42.190Z","dependency_job_id":null,"html_url":"https://github.com/nicfit/MishMash","commit_stats":{"total_commits":877,"total_committers":7,"mean_commits":"125.28571428571429","dds":"0.48802736602052454","last_synced_commit":"65795423498ab070e5dbab7b337d2d0ec6d6872e"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/nicfit/MishMash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicfit%2FMishMash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicfit%2FMishMash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicfit%2FMishMash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicfit%2FMishMash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicfit","download_url":"https://codeload.github.com/nicfit/MishMash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicfit%2FMishMash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265733917,"owners_count":23819437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eyed3","media","music-library","python","sqlachemy"],"created_at":"2024-08-07T00:01:28.910Z","updated_at":"2025-07-18T09:31:39.794Z","avatar_url":"https://github.com/nicfit.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"========\nMishMash\n========\n\n|Build Status| |License| |PyPI| |Python versions| |Coverage| |Status|\n\nMusic database and web interface.\n\nFeatures\n--------\n\n* MishMash is a music database using `Python`_ and `SQLAlchemy`_.\n* A command-line tool for building and managing a music database.\n* Web browser interface (using `Pyramid`_) for browsing your music library.\n* Uses `eyeD3`_ for reading MP3s and ID3 metadata.\n* Support and tested with Python 3.6 and Postgresql. SQLite is periodically\n  tested with, but future features may not be supported (e.g. full text\n  search).\n* Free software: GNU GPL v3.0 license\n\n.. _Python: https://www.python.org/\n.. _SQLAlchemy: http://www.sqlalchemy.org/\n.. _eyeD3: http://eyeD3.nicfit.net/\n.. _Pyramid: https://trypyramid.com/\n\nGetting Started\n----------------\n::\n\n    $ mishmash info\n    /\\/\\_____  .__       .__        _____                .__   /\\/\\\n    \\(\\(     \\ |__| _____|  |__    /     \\ _____    _____|  |__\\(\\(\n      /  \\ /  \\|  |/  ___/  |  \\  /  \\ /  \\\\__  \\  /  ___/  |  \\\n     /    Y    \\  |\\___ \\|   Y  \\/    Y    \\/ __ \\_\\___ \\|   Y  \\\n     \\____|__  /__/____  \u003e___|  /\\____|__  (____  /____  \u003e___|  /\n             \\/        \\/     \\/         \\/     \\/     \\/     \\/\n\n    Version              : 0.3\n    Database URL         : sqlite:////~/mishmash.db\n    Database version     : 0.3\n    Last sync            : Never\n    Configuration files  : \u003cdefault\u003e\n\n\n    === Music library ===\n    0 music tracks\n    0 music artists\n    0 music albums\n    0 music tags\n\n\nSurprise, you now have an empty sqlite database in the current directory.\nLet's leave it here for now, it can be located elsewhere or use a different\ndatabase using command line arguments and/or environment variables. Pretty\nuseless without any music.::\n\n    $ mishmash sync ~/Music/Melvins\n    Syncing library 'Music': paths=['~/Music/Melvins/']\n    Syncing directory: ~/Music/Melvins/\n    Syncing directory: ~/Music/Melvins/1984 - Mangled Demos\n    Adding artist: Melvins\n    Syncing directory: ~/Music/Melvins/1986 - 10 Songs\n    Adding album: 10 Songs\n    Adding track: ~/Music/Melvins/1986 - 10 Songs/Melvins - 01 - Easy As It Was.mp3\n    Updating album: 10 Songs\n    ...\n    == Library 'Music' sync'd [ 8.73s time (45.9 files/s) ] ==\n    401 files sync'd\n    401 tracks added\n    0 tracks modified\n    0 orphaned tracks deleted\n    0 orphaned artists deleted\n    0 orphaned albums deleted\n\nUse your database as you wish. Browse it with `mishmash web`, or use one of its\nmanagement commands.\n\nCheck out the `Unsonic`_ project for streaming capabilities.\n\n\n.. _Unsonic: https://github.com/redshodan/unsonic\n\n.. |Build Status| image:: https://travis-ci.org/nicfit/MishMash.svg?branch=master\n   :target: https://travis-ci.org/nicfit/MishMash\n   :alt: Build Status\n.. |PyPI| image:: https://img.shields.io/pypi/v/MishMash.svg\n   :target: https://pypi.python.org/pypi/MishMash/\n   :alt: Latest Version\n.. |Python versions| image:: https://img.shields.io/pypi/pyversions/MishMash.svg\n   :target: https://pypi.python.org/pypi/MishMash/\n   :alt: Supported Python versions\n.. |License| image:: https://img.shields.io/pypi/l/MishMash.svg\n   :target: https://pypi.python.org/pypi/MishMash/\n   :alt: License\n.. |Status| image:: https://img.shields.io/pypi/status/MishMash.svg\n   :target: https://pypi.python.org/pypi/MishMash/\n   :alt: Project Status\n.. |Coverage| image:: https://coveralls.io/repos/nicfit/MishMash/badge.svg\n   :target: https://coveralls.io/r/nicfit/MishMash\n   :alt: Coverage Status\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicfit%2FMishMash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicfit%2FMishMash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicfit%2FMishMash/lists"}