Skip to content

Commit

Permalink
"prettier" applied as linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rraymondgh committed Jan 18, 2025
1 parent d53689b commit 942b1e9
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions definitions/v10/bitmagnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ links:

caps:
categorymappings:
- {id: 2000, cat: Movies, desc: "movie"}
- {id: 2030, cat: Movies/SD, desc: "movie_sd"} # unverified
- {id: 2040, cat: Movies/HD, desc: "movie_hd"} # unverified
- {id: 2045, cat: Movies/UHD, desc: "movie_uhd"} # unverified
- {id: 2060, cat: Movies/3D, desc: "movie_3d"} # unverified
- {id: 3000, cat: Audio, desc: "music"}
- {id: 3030, cat: Audio/Audiobook, desc: "audiobook"}
- {id: 4000, cat: PC, desc: "software"}
- {id: 4050, cat: PC/Games, desc: "game"} # unverified
- {id: 5000, cat: TV, desc: "tv_show"}
- {id: 5030, cat: TV/SD, desc: "tv_show_sd"} # unverified
- {id: 5040, cat: TV/HD, desc: "tv_show_hd"} # unverified
- {id: 5045, cat: TV/UHD, desc: "tv_show_uhd"} # unverified
- {id: 6000, cat: XXX, desc: "xxx"}
- {id: 6070, cat: XXX/Other, desc: "xxx_other"} # unverified
- {id: 7000, cat: Books, desc: "book"} # unverified
- {id: 7020, cat: Books/EBook, desc: "ebook"}
- {id: 7030, cat: Books/Comics, desc: "comic"}
- {id: 8000, cat: Other, desc: "Unknown"}
- { id: 2000, cat: Movies, desc: "movie" }

Check failure on line 60 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

60:8 [braces] too many spaces inside braces

Check failure on line 60 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

60:45 [braces] too many spaces inside braces
- { id: 2030, cat: Movies/SD, desc: "movie_sd" } # unverified

Check failure on line 61 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

61:8 [braces] too many spaces inside braces

Check failure on line 61 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

61:51 [braces] too many spaces inside braces
- { id: 2040, cat: Movies/HD, desc: "movie_hd" } # unverified

Check failure on line 62 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

62:8 [braces] too many spaces inside braces

Check failure on line 62 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

62:51 [braces] too many spaces inside braces
- { id: 2045, cat: Movies/UHD, desc: "movie_uhd" } # unverified

Check failure on line 63 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

63:8 [braces] too many spaces inside braces

Check failure on line 63 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

63:53 [braces] too many spaces inside braces
- { id: 2060, cat: Movies/3D, desc: "movie_3d" } # unverified

Check failure on line 64 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

64:8 [braces] too many spaces inside braces

Check failure on line 64 in definitions/v10/bitmagnet.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

64:51 [braces] too many spaces inside braces
- { id: 3000, cat: Audio, desc: "music" }
- { id: 3030, cat: Audio/Audiobook, desc: "audiobook" }
- { id: 4000, cat: PC, desc: "software" }
- { id: 4050, cat: PC/Games, desc: "game" } # unverified
- { id: 5000, cat: TV, desc: "tv_show" }
- { id: 5030, cat: TV/SD, desc: "tv_show_sd" } # unverified
- { id: 5040, cat: TV/HD, desc: "tv_show_hd" } # unverified
- { id: 5045, cat: TV/UHD, desc: "tv_show_uhd" } # unverified
- { id: 6000, cat: XXX, desc: "xxx" }
- { id: 6070, cat: XXX/Other, desc: "xxx_other" } # unverified
- { id: 7000, cat: Books, desc: "book" } # unverified
- { id: 7020, cat: Books/EBook, desc: "ebook" }
- { id: 7030, cat: Books/Comics, desc: "comic" }
- { id: 8000, cat: Other, desc: "Unknown" }

modes:
search: [q]
Expand All @@ -94,7 +94,7 @@ search:
inputs:
t: "{{ .Query.Type }}"
q: "{{ .Keywords }}"
cat: "{{ join .Categories \",\" }}"
cat: '{{ join .Categories "," }}'
imdbId: "{{ .Query.IMDBIDShort }}"
tmdbId: "{{ .Query.TMDBID }}"
season: "{{ .Query.Season }}"
Expand All @@ -121,9 +121,6 @@ search:
category:
selector: attr[name="category"]
attribute: value
size:
selector: attr[name="size"]
attribute: value
seeders:
selector: attr[name="seeders"]
attribute: value
Expand Down

0 comments on commit 942b1e9

Please sign in to comment.