{"id":19036600,"url":"https://github.com/pgdora56/gravity","last_synced_at":"2026-06-13T20:04:12.920Z","repository":{"id":161233986,"uuid":"282736995","full_name":"pgDora56/gravity","owner":"pgDora56","description":"Panel for the highly customizable Spider Monkey Panel (foobar2000).","archived":false,"fork":false,"pushed_at":"2024-03-16T04:52:57.000Z","size":146,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T05:42:35.455Z","etag":null,"topics":["foobar2000","javascript","spider-monkey-panel"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pgDora56.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}},"created_at":"2020-07-26T21:33:48.000Z","updated_at":"2023-11-30T14:03:26.000Z","dependencies_parsed_at":"2023-11-30T15:26:49.936Z","dependency_job_id":"257d5c93-5db2-4c16-9715-8e28d3e6a1ae","html_url":"https://github.com/pgDora56/gravity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgDora56%2Fgravity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgDora56%2Fgravity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgDora56%2Fgravity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgDora56%2Fgravity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgDora56","download_url":"https://codeload.github.com/pgDora56/gravity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093145,"owners_count":19746776,"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":["foobar2000","javascript","spider-monkey-panel"],"created_at":"2024-11-08T21:54:55.069Z","updated_at":"2026-05-06T01:30:17.393Z","avatar_url":"https://github.com/pgDora56.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gravity\r\n\r\nfoobar2000's panel for music intro quiz using Spider Monkey Panel\r\n\r\nhttps://open.spotify.com/track/1oADvJTsiTP77B5AgsIwcy?si=AlQu_HfiQJ-Ux4-5JnwpVw\r\n\r\n## JSON File Format\r\n\r\nMost of the settings of this tool are defined in JSON files. It is saved as `setting.json`.\r\n\r\n--\u003e [JP Manual](JP_JSON.md)\r\n\r\n### Example\r\n\r\nIt is the example based on me.\r\n\r\n```\r\n{\r\n  \"defaultfont\": {\r\n        \"family\": \"源真ゴシック Medium\",\r\n        \"size\": 16,\r\n        \"color\": [0,0,0]\r\n  },\r\n  \"header\": {\r\n      \"color\": [255,224,193],\r\n      \"font\": {\r\n          \"size\": 12\r\n      }\r\n  },\r\n  \"ultimate\": {\r\n      \"maxiplay\": 15,\r\n      \"font\": {\r\n          \"size\": 48\r\n      }\r\n  },\r\n  \"display\": [\r\n      {\r\n          \"format\": \"$if2(%program%,-) [*%program-rubi%]\",\r\n          \"font\": { \"family\": \"源真ゴシック Bold\" },\r\n          \"subline\": {\r\n              \"format\":\"$if(%work_year%,%work_year%$ifequal(%work_year%,%date%,,/%date%),*%date%) $if2(%type%,%genre%) $repeat('★',%rate%)\",\r\n              \"font\": {\r\n                    \"family\": \"源真ゴシック Medium\"\r\n              }\r\n          }\r\n      },\r\n      {\r\n          \"format\": \"%title%[  *$if2(%title_rubi%, %title-rubi%) ]\",\r\n          \"font\": {\r\n                \"family\": \"源真ゴシック Bold\",\r\n                \"size\": 24\r\n          },\r\n          \"subline\": {\r\n              \"format\":\"ALBUM: %album% [#%track number%] [by %album artist%]\",\r\n              \"font\": {\r\n                    \"family\": \"源真ゴシック Medium\",\r\n                    \"size\": 12\r\n              }\r\n          }\r\n      },\r\n      {\r\n          \"format\": \"[%artist%][ '//' %ARTIST_MEMBER%][  *%artist_rubi% ]\",\r\n          \"subline\": {\r\n              \"format\":\"[LYRICS: %lyricist%][ COMPOSER: %composer%][ ARRANGER: %arranger%]\"\r\n          }\r\n\r\n      }\r\n  ],\r\n  \"format\": \"%title%[ / %artist%][ / [L:%LYRICIST%] [C:%COMPOSER%] [A:%ARRANGER%]][ - %program%][ - %type%][ $if2(%work_year%,%date%)]\"\r\n}\r\n\r\n```\r\n\r\n### Font Object\r\n```\r\n{\r\n    \"family\": \"Font-family\",\r\n    \"size\": font-size(int),\r\n    \"color\": [R(int),G(int),B(int)]    \r\n}\r\n```\r\n\r\n### Display Format Object\r\n```\r\n{\r\n    \"format\": \"title-formatting(refer to foobar2000 reference)\",\r\n    \"subline\": DisplayFormatObject(smaller display at the top),\r\n    \"font\": FontObject,\r\n}\r\n```\r\n\r\n### format\r\n\r\nThis item defines the copy format. Refer to foobar2000 reference.\r\n\r\n\r\n## Playlist Cooker\r\n\r\nAutomatically create playlists from recipe JSON data\r\n\r\nUsage: Double Click -\u003e Cook playlist\r\n\r\n### Cooking JSON Example\r\n\r\n```json\r\n[\r\n    {\r\n        \"name\": \"foo\",\r\n        \"recipe\": {\r\n            \"%artist% HAS TrySail\": 3,\r\n            \"%artist% HAS HoneyWorks\": 2,\r\n            \"%artist% HAS Sphere\": 3\r\n        }\r\n    },\r\n    {\r\n        \"name\": \"bar\",\r\n        \"recipe\": {\r\n            \"%title% HAS spirits\": 3,\r\n            \"%title% HAS lapis\": 1\r\n        }\r\n    }\r\n]\r\n```\r\n\r\n\r\n\r\n## License\r\n[MIT License](LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgdora56%2Fgravity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgdora56%2Fgravity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgdora56%2Fgravity/lists"}