Giter Site home page Giter Site logo

whleucka / muse Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 904 KB

Muse is a web application inspired by Plex, utilizing htmx and PHP to manage and play music collections, stream HD radio, and access podcasts through a dynamic and user-friendly interface.

License: MIT License

PHP 12.79% Shell 0.01% CSS 0.86% JavaScript 86.01% Hack 0.34%
htmx-app mp3-player music-player php-project

muse's Introduction

Muse

Muse is a personal project, inspired by Plex, that I crafted using htmx and PHP to deliver a seamless user experience.

screen
Note: work in progress ๐Ÿ‘ท

Features

  • Scan and Manage Your Music: Use the included muse cli to scan your personal music collection, adding it to your centralized library.
  • HD Radio: Introducing HD radio streaming! Now you can listen to high-quality radio stations directly within Muse. Simply select your favorite station and enjoy crystal-clear sound.
  • Web-Based Music Player: Access and play your entire music library from anywhere through a user-friendly web interface.
  • Podcasts with ListenNote: Explore a world of podcasts using the ListenNote integration.
  • Built with htmx & PHP: Leverages the power of htmx for a responsive and dynamic user experience, with a robust PHP backend powered by your custom Nebula framework.
  • Light/Dark Theme: Personalize your experience with light and dark theme options. Switch between themes effortlessly to match your environment and reduce eye strain during extended listening sessions.

To do

  • Custom User Playlists: Create and curate your own playlists. Organize your music by mood, genre, or any other criteria you like.

Perfect for...

  • Music enthusiasts who want a personal, cloud-accessible music library.
  • Developers interested in exploring htmx and the Nebula framework.

Getting Started

  • Clone the repository: git clone https://github.com/whleucka/muse.git
  • Follow the setup instructions in the README for dependencies and configuration WIP
    • Install composer dependencies

      composer install
    • Copy the example .env and update your database credentials

      cp .env.example .env
    • Generate a secure application key, add this to your .env under APP_KEY

      ./bin/console generate-key
    • Run the database migrations

      ./bin/console migrate-fresh
    • Run the muse cli to scan your music collection. This could take a while, depending on how many files require id3 tag analysis.

      ./bin/console music-scan /path/to/music
    • Create a storage directory and give the proper permissions. Create a sym link in the public directory

      mkdir ./storage
      chown -R www-data:www-data storage
      cd public && ln -s ../storage
    • Access your music library, podcasts, or HD radio through the web interface!

Contribute

We welcome contributions to Muse! Feel free to fork the repository and submit pull requests.

muse's People

Contributors

whleucka avatar

Stargazers

Steve Freeman avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.