{"id":22125979,"url":"https://github.com/uwu/neptune","last_synced_at":"2025-04-12T09:27:53.607Z","repository":{"id":177042211,"uuid":"657826168","full_name":"uwu/neptune","owner":"uwu","description":"an experimental client mod for TIDAL","archived":false,"fork":false,"pushed_at":"2025-03-05T15:58:10.000Z","size":2427,"stargazers_count":209,"open_issues_count":9,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T11:39:44.941Z","etag":null,"topics":["plugin","theme","themes","tidal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ms-pl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uwu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-24T00:32:00.000Z","updated_at":"2025-04-03T19:54:45.000Z","dependencies_parsed_at":"2023-07-25T07:30:22.900Z","dependency_job_id":"28b41cd9-1734-4d6a-a91e-d71bf28d365a","html_url":"https://github.com/uwu/neptune","commit_stats":null,"previous_names":["uwu/neptune"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwu%2Fneptune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwu%2Fneptune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwu%2Fneptune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwu%2Fneptune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uwu","download_url":"https://codeload.github.com/uwu/neptune/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248545542,"owners_count":21122158,"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":["plugin","theme","themes","tidal"],"created_at":"2024-12-01T16:49:33.792Z","updated_at":"2025-04-12T09:27:53.599Z","avatar_url":"https://github.com/uwu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![neptune](https://github.com/uwu/neptune/raw/master/assets/banner.svg)\n\n## what is neptune?\nneptune was an experimental client mod for TIDAL that provides a simple plugin and theme system.\n\ni have no interest in maintaining software that nobody wants to contribute to. if you want to make your own thing, i highly prefer that you commit to it.\n\n## screenshot(s)\n![a screenshot of the neptune settings tab](https://github.com/uwu/neptune/raw/master/assets/neptune-screenshot.png)\n\n## how can i install neptune?\nyou can download the neptune installer [here](https://github.com/uwu/neptune-installer/releases).\n\n### NixOS\n\n\u003e [!WARNING]\n\u003e TIDAL-HIFI right now is colliding with neptune when trying to login\n\u003e\n\u003e create a nix-shell with tidal-hifi and login once, after that you can use the neptune package\n\nyou install this package as an overlay\n\nadd as an input in your flakes:\n```nix \n  inputs = {\n    neptune = {\n      url = \"github.com:uwu/neptune\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    }\n  };\n```\n\nconfigure your package system to use this overlay:\n```nix\nnixpkgs.overlays = [ inputs.neptune.overlays.default ];\n```\n\nand then just add neptune as a package:\n```nix\nenivronment.systemPackages = [ pkgs.neptune ];\n```\n\nAfter that you can find TIDAL-HIFI as program in your system\n\n## developing plugins for neptune\nneptune exfiltrates every single action one can do in TIDAL into an easily accessible API found on `window.neptune.actions`.\n\nTIDAL is built on [Redux](https://redux.js.org) and neptune's actions are simply exfiltrated Redux actions, which are explained in [this document](https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow#actions) on Redux's website.\n\nneptune includes full type definitions for all of TIDAL's actions.\n\nTo get the global Redux store's state, you can use `window.neptune.store.getState()`. The return value of `getState()` will change as a direct result of actions.\n\nTo intercept and subscribe to actions, you can use `window.neptune.intercept(\"category/ACTION_NAME\", ([payload]) =\u003e {})`, with the first argument being the name (or an array of names) of the action(s) to subscribe to, and the second argument being a function that gets called upon that action being ran. If you return `true` the action will automatically be cancelled.\n\nA template for making neptune plugins is available [here](https://github.com/uwu/neptune-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuwu%2Fneptune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuwu%2Fneptune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuwu%2Fneptune/lists"}