{"id":24753291,"url":"https://github.com/NeonLightning/NeonSunshine","last_synced_at":"2025-10-10T23:30:50.022Z","repository":{"id":273937534,"uuid":"921372879","full_name":"NeonLightning/NeonSunshine","owner":"NeonLightning","description":"Program to add games to a json in sunchine's app.json format.","archived":false,"fork":false,"pushed_at":"2025-01-23T20:59:41.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T21:28:52.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NeonLightning.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":"2025-01-23T20:39:04.000Z","updated_at":"2025-01-23T20:54:43.000Z","dependencies_parsed_at":"2025-01-23T21:38:55.180Z","dependency_job_id":null,"html_url":"https://github.com/NeonLightning/NeonSunshine","commit_stats":null,"previous_names":["neonlightning/neonsunshine"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/NeonLightning/NeonSunshine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonLightning%2FNeonSunshine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonLightning%2FNeonSunshine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonLightning%2FNeonSunshine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonLightning%2FNeonSunshine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeonLightning","download_url":"https://codeload.github.com/NeonLightning/NeonSunshine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonLightning%2FNeonSunshine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005573,"owners_count":26083919,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-28T11:01:03.363Z","updated_at":"2025-10-10T23:30:50.018Z","avatar_url":"https://github.com/NeonLightning.png","language":"Python","funding_links":[],"categories":["🛠️ Tools"],"sub_categories":["✴️ Third-Party Moonlight Clients"],"readme":"# NeonSunshine\n\n`NeonSunshine` is a PyQt5-based GUI application designed to simplify adding games to Sunshine. It supports JSON file loading, sorting, and saving, with optional integration to download cover images from the SteamGridDB API.\n\n## Features\n\n- **Folder Selection**: Add folders to scan for executable files.\n- **Manual Entry**: Add custom applications manually, including commands, working directories, and optional cover images.\n- **JSON Management**: Load, validate, sort, and save JSON configuration files containing application data.\n- **Customization**: Edit application names and commands directly in the interface.\n- **SteamGridDB Integration**: Fetch and save cover images for applications (requires API key). Covers are saved in a folder named `covers` alongside the saved JSON.\n- **Configuration Management**: Save and load application settings via a configuration dialog.\n- **Clear Covers Folder**: Option to clear the `covers` folder directly from the UI.\n\n## Screenshots\n\n### Main Screen\n![Main Screen](screenshots/screenshot1.png)\n\n### Sort Dialog\n![Sort Dialog](screenshots/screenshot2.png)\n\n### Configuration Screen\n![Configuration Screen](screenshots/screenshot3.png)\n\n## Installation\n\n### Requirements\n\n- Python 3.8+\n- PyQt5\n- Requests\n\n### Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/NeonLightning/NeonSunshine.git\n   cd NeonSunshine\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the application:\n\n   ```bash\n   python NSS.py\n   ```\n\n## Usage\n\n1. **Add Folders**:\n\n   - Click \"Add Folder\" to select folders to scan for executables.\n\n2. **Add Manual Entry**:\n\n   - Use the \"Add Manual Entry\" button to add custom applications, including specifying commands, working directories, and cover images.\n\n3. **Load JSON Configuration**:\n\n   - Use the \"Load JSON\" button to load an existing JSON configuration file.(It will update the loaded folders entries aswell.)\n\n4. **Sort Applications**:\n\n   - Click \"Load and Sort JSON\" to open the sorting and editing interface.\n\n5. **Save Configuration**:\n\n   - Save your sorted configuration by clicking \"Sort Configuration.\"\n\n6. **Configure Application Settings**:\n\n   - Open the configuration dialog to enter your SteamGridDB API key, toggle download options, or manage the application settings.\n\n7. **Clear Covers Folder**:\n\n   - Use the \"Clear Covers Folder\" button to delete all downloaded covers.\n\n## Configuration\n\nThe configuration is stored in `NSS-config.json` in the following format:\n\n```json\n{\n    \"api_key\": \"your_steamgriddb_api_key\",\n    \"download_covers\": true\n}\n```\n\n## Logging\n\nErrors and logs are saved in the `NSS_errors.log` file in the application directory.\n\n## Troubleshooting\n\n- Ensure Python 3.8+ is installed and added to your PATH.\n- Verify dependencies are installed correctly.\n- Provide a valid SteamGridDB API key for cover image downloads.\n\n## Acknowledgments\n\n- [Sunshine](https://github.com/LizardByte/Sunshine) for the program this is for.\n- [SteamGridDB API](https://www.steamgriddb.com/) for providing application cover images.\n- PyQt5 for the GUI framework.\n\n---\n\nEnjoy managing your applications effortlessly with `NeonSunshine`! What started as a quick project to add games individually turned into a full-fledged program.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeonLightning%2FNeonSunshine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNeonLightning%2FNeonSunshine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeonLightning%2FNeonSunshine/lists"}