{"id":14992370,"url":"https://github.com/seiKiMo-Inc/Laudiolin","last_synced_at":"2025-09-25T14:31:14.989Z","repository":{"id":59119232,"uuid":"532355579","full_name":"seiKiMo-Inc/Laudiolin","owner":"seiKiMo-Inc","description":"High-quality* music player.","archived":false,"fork":false,"pushed_at":"2024-07-12T22:09:54.000Z","size":5896,"stargazers_count":68,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"react-v3","last_synced_at":"2024-09-25T16:10:41.085Z","etag":null,"topics":["music","react","react-router","rust","tauri","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seiKiMo-Inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-03T19:30:05.000Z","updated_at":"2024-09-07T11:59:26.000Z","dependencies_parsed_at":"2023-11-07T05:38:47.941Z","dependency_job_id":"987bd30c-b563-446f-95e2-7ae7ac3cb2a4","html_url":"https://github.com/seiKiMo-Inc/Laudiolin","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seiKiMo-Inc%2FLaudiolin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seiKiMo-Inc%2FLaudiolin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seiKiMo-Inc%2FLaudiolin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seiKiMo-Inc%2FLaudiolin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seiKiMo-Inc","download_url":"https://codeload.github.com/seiKiMo-Inc/Laudiolin/tar.gz/refs/heads/react-v3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234200177,"owners_count":18795139,"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":["music","react","react-router","rust","tauri","typescript"],"created_at":"2024-09-24T15:00:58.541Z","updated_at":"2025-09-25T14:31:09.497Z","avatar_url":"https://github.com/seiKiMo-Inc.png","language":"TypeScript","funding_links":[],"categories":["GUI"],"sub_categories":[],"readme":"# Laudiolin\n\nA \"high quality\" music player written in TypeScript using Tauri and React.\\\nNow a single repository containing the **web** and **desktop** apps!\n\n## Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Screenshots](#screenshots)\n- [Developer Quickstart](#developer-quickstart)\n- [Development and Contributing](#development-and-contributing)\n- [Credits](#credits)\n\n## Features\n\n- Play music from online services like YouTube and Spotify.\n- Download audios.\n- Login using Discord OAuth.\n- Create playlists (synced with your account).\n- Discord Rich Presence showing your current song.\n- Queue system with shuffle and repeat.\n- Miniplayer.\n- Listening along with friends and online people based on preference.\n- Importing playlists from YouTube and Spotify.\n- Look at what your friends are listening to.\n- No ads or any kind of monetization.\n\n## Installation\n\nIf you do not wish to build the app from source you can download the latest release from the [releases page](https://github.com/seiKiMo-Inc/Laudiolin/releases).\n\n## Screenshots\n\n*Login page:*\n\n![Login page](https://user-images.githubusercontent.com/104459145/222646665-1d8d0df1-c229-4425-9031-8c105cec0dc5.png)\n\n*Home page:*\n\n![Home screen](https://user-images.githubusercontent.com/104459145/222647486-caaa96a2-ee64-478f-9fa4-df0a683003a2.png)\n\n*Search results:*\n\n![Search results](https://user-images.githubusercontent.com/104459145/222647186-dff9f59f-d6a3-4e7d-b243-616ddd6e5552.png)\n\n*Playlists:*\n\n![Playlists](https://user-images.githubusercontent.com/104459145/222647728-fb285311-a8a7-4734-b99a-c813c870e2cc.png)\n\n*Settings:*\n\n![Settings](https://user-images.githubusercontent.com/104459145/222647952-b0adf02c-b042-488f-9df1-3ea80313f90f.png)\n\n*Miniplayer:*\n\n![Miniplayer](https://user-images.githubusercontent.com/104459145/222648195-5f115024-a9ea-4a44-84a2-0363fb70c2b5.png)\n\nand more...\n\n## Developer Quickstart\n\n### Prerequisites\n\n- Install [Node.js](https://nodejs.org/en/)\n- Install [Rust](https://www.rust-lang.org/tools/install)\n- Clone the project with `git clone https://github.com/seiKiMo-Inc/Laudiolin.git`\n\n### Running From Source\n\n```bash\nnpm i                         # Install dependencies\nnpm run start:dev             # Start the app in development mode\n```\n\n### Building From Source\n\n- run `npm i` to install all dependencies\n- run `npm run package` for a `release` build\n- run `npm run package -- --debug` for a `debug` build\n\n## Development and Contributing\n\nWe accept all kinds of pull requests if you want to ~~fix shit code~~ improve the app or add a new feature.\nJust Try to follow the style of the code and use `npm run lint` to format your code.\n\n## Credits\n\n### Tools\n\n- [Tauri](https://tauri.app/) for the framework.\n- [React](https://reactjs.org/) for the awesome UI library.\n- [TypeScript](https://www.typescriptlang.org/) and [Rust](https://www.rust-lang.org/) for the programming languages.\n\n### Creators\n\n#### V2 (Current)\n\n- [Arikatsu](https://github.com/Arikatsu)\n- [KingRainbow44](https://github.com/KingRainbow44)\n- [Natsu](https://github.com/natsurepo)\n\n#### V1\n\n- [Arikatsu](https://github.com/Arikatsu)\n- [KingRainbow44](https://github.com/KingRainbow44)\n- [Shichihachi](https://github.com/Shichiha)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FseiKiMo-Inc%2FLaudiolin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FseiKiMo-Inc%2FLaudiolin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FseiKiMo-Inc%2FLaudiolin/lists"}