[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Fix boolean options in issue template forms

FoxxMD (Oct 10, 2024, 3:12 PM EDT) 601228a3 5dcaefc4

+12 -40
+3 -17
.github/ISSUE_TEMPLATE/02-feature-request.yml
··· 23 23 description: | 24 24 If the functionality involves changes to configuration files please provide an example here 25 25 render: json5 26 - - type: dropdown 26 + - type: checkboxes 27 27 attributes: 28 28 label: Will you help implement it? 29 - description: Are you willing to contribute code towards completing this feature? 30 29 options: 31 - - Yes 32 - - No 33 - default: 1 34 - validations: 35 - required: true 36 - - type: dropdown 37 - attributes: 38 - label: Will you help test it? 39 - description: Are you willing to help test preview builds for this feature? 40 - options: 41 - - Yes 42 - - No 43 - default: 0 44 - validations: 45 - required: true 30 + - label: I am willing to contribute code towards completing this feature 31 + - label: I am willing to help test preview builds for this feature
+9 -23
.github/ISSUE_TEMPLATE/03-new-source-client.yml
··· 39 39 label: API Available? 40 40 description: Does the service have an API or other protocol that multi-scrobbler can use to communicate? **Without this the likelyhood of implementation is very low.** 41 41 options: 42 - - Yes 43 - - No 42 + - 'Yes' 43 + - 'No' 44 44 default: 1 45 45 validations: 46 46 required: true ··· 49 49 label: Free To Use? 50 50 description: Is this service/software freely available or does it require purchasing/subscription? 51 51 options: 52 - - Yes 53 - - No 52 + - 'Yes' 53 + - 'No' 54 54 default: 1 55 55 validations: 56 56 required: true ··· 59 59 label: Willing to finance development? 60 60 description: If the software is **non-free** are you will to provide a paid account/subscription to multi-scrobbler developer's in order to facilitate development/testing? 61 61 options: 62 - - Yes 63 - - No 62 + - 'Yes' 63 + - 'No' 64 64 validations: 65 65 required: false 66 - - type: dropdown 66 + - type: checkboxes 67 67 attributes: 68 68 label: Will you help implement it? 69 - description: Are you willing to contribute code towards completing this feature? 70 69 options: 71 - - Yes 72 - - No 73 - default: 1 74 - validations: 75 - required: true 76 - - type: dropdown 77 - attributes: 78 - label: Will you help test it? 79 - description: Are you willing to help test preview builds for this feature? 80 - options: 81 - - Yes 82 - - No 83 - default: 0 84 - validations: 85 - required: true 70 + - label: I am willing to contribute code towards completing this feature 71 + - label: I am willing to help test preview builds for this feature 86 72 - type: textarea 87 73 attributes: 88 74 label: Additional Context