{"id":13574563,"url":"https://github.com/halsafar/BeatSaberSongBrowser","last_synced_at":"2025-04-04T15:31:23.275Z","repository":{"id":33613556,"uuid":"138222090","full_name":"halsafar/BeatSaberSongBrowser","owner":"halsafar","description":"BeatSaber plugin, adds much needed functionality to the song selection interface.","archived":false,"fork":false,"pushed_at":"2022-10-10T17:41:52.000Z","size":17801,"stargazers_count":164,"open_issues_count":8,"forks_count":41,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-05T09:44:50.475Z","etag":null,"topics":["beatsaber","browser","games","modding","song","vr"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halsafar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"halsafar","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-06-21T21:10:28.000Z","updated_at":"2024-10-16T12:19:07.000Z","dependencies_parsed_at":"2023-01-15T01:39:36.983Z","dependency_job_id":null,"html_url":"https://github.com/halsafar/BeatSaberSongBrowser","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halsafar%2FBeatSaberSongBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halsafar%2FBeatSaberSongBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halsafar%2FBeatSaberSongBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halsafar%2FBeatSaberSongBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halsafar","download_url":"https://codeload.github.com/halsafar/BeatSaberSongBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202743,"owners_count":20900834,"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":["beatsaber","browser","games","modding","song","vr"],"created_at":"2024-08-01T15:00:52.683Z","updated_at":"2025-04-04T15:31:18.266Z","avatar_url":"https://github.com/halsafar.png","language":"C#","funding_links":["https://ko-fi.com/halsafar"],"categories":["C#","Plugins"],"sub_categories":[],"readme":"# Beat Saber SongBrowser\n\nA plugin for customizing the in-game song browser.\n\n*This mod works on both the Steam and Oculus Store versions.*\n\n## Screenshot\n\n![Alt text](/Screenshot.png?raw=true \"Screenshot\")\n\n## Features\n- Sorting methods:\n  - Song: By song name (default).\n  - Author: By song author name then by song name.  \n  - Original: Match the original sorting you would normally get after SongLoaderPlugin.\n  - Newest: Sort by the date you downloaded the custom song.\n  - YourPlays: Sort by your most played.\n  - BPM: Beats Per Minute.\n  - Time: Song duration/length.\n  - PP: Performance points!  Using @WesVleuten (Westar#0001) score saber data.  \n  - Star: Sort by ScoreSaber's Stars difficulty rating.\n  - UpVotes: BeatSaver's upvote count.\n  - Rating: BeatSaver's rating statistic.\n  - PlayCount: BeatSaver's played count.\n  - Random: Randomize the song list each time.\n- Filters:\n  - Search (with keyboard support).\n  - Favorites (all songs you have marked as a favorite).\n  - Ranked.\n  - Unranked.\n  - Requirements (requires [CustomJSONData](https://github.com/Aeroluna/CustomJSONData) v2.0.0 or later).\n- UI Enhancements:\n  - Display PP, STARS, and NJS.\n  - Fast scroll buttons (jumps 10% of your song list in each press).\n  - Delete button for custom songs.\n- Tips:\n  - Sort buttons can be pressed a second time to invert the sorting.\n  - Filters can be cancelled by selecting them again.\n\n## Status\n- Working with BeatSaber 1.23.0\n\n## Building on Windows\nTo compile BeatSaberSongBrowser from source:\n\n1. Install Beat Saber and Microsoft Visual Studio.\n2. Download and extract the BeatSaberSongBrowser source code.\n3. Create a new file `/SongBrowserPlugin/SongBrower.csproj.user` with the following. (Make sure to replace BeatSaberDir with your real Beat Saber installation folder)\n```\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cProject ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\"\u003e\n  \u003cPropertyGroup\u003e\n    \u003cProjectView\u003eProjectFiles\u003c/ProjectView\u003e\n    \u003cBeatSaberDir\u003eC:\\Program Files (x86)\\Steam\\steamapps\\common\\Beat Saber\u003c/BeatSaberDir\u003e\n  \u003c/PropertyGroup\u003e\n\u003c/Project\u003e\n```\n4. Open `/BeatSaberSongBrowser/SongBrowser.sln` in Microsoft Visual Studio.\n5. Build the project with *Build -\u003e Build Solution*.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalsafar%2FBeatSaberSongBrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalsafar%2FBeatSaberSongBrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalsafar%2FBeatSaberSongBrowser/lists"}