|
8 | 8 | OpenSourceType = OpenSourceType.BrowserExtension, |
9 | 9 | Name = "Servarr browser extension", |
10 | 10 | Description = "An extension for Chromium and Firefox browsers that automates searching on Servarr instances based on a modified URL, and adds context menus for direct searching from any selected text.", |
11 | | - Links = new List<IOpenSourceLink> |
12 | | - { |
| 11 | + Links = |
| 12 | + [ |
13 | 13 | new GithubOpenSourceLink("https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension"), |
14 | 14 | new ChromeOpenSourceLink("https://chrome.google.com/webstore/detail/sonarrradarrlidarr-autose/jmmjjcddjldjdjgckdiokhfokccdnekc"), |
15 | 15 | new EdgeOpenSourceLink("https://addons.mozilla.org/en-GB/firefox/addon/sonarr-radarr-lidarr-search/"), |
16 | 16 | new FirefoxOpenSourceLink("https://microsoftedge.microsoft.com/addons/detail/sonarrradarrlidarr-auto/aclgfcjonnhgdkinhmmafdbkpegfcnal") |
17 | | - } |
| 17 | + ] |
18 | 18 | }, |
19 | 19 | new() |
20 | 20 | { |
21 | 21 | OpenSourceType = OpenSourceType.BrowserExtension, |
22 | 22 | Name = "Magnet linker browser extension", |
23 | 23 | Description = "An extension for Chromium and Firefox browsers that extends magnet links on websites to enable the quick adding of torrents to Transmission via the RPC API.", |
24 | | - Links = new List<IOpenSourceLink> |
25 | | - { |
| 24 | + Links = |
| 25 | + [ |
26 | 26 | new GithubOpenSourceLink("https://github.com/trossr32/magnet-linker-browser-extension"), |
27 | 27 | new ChromeOpenSourceLink("https://chrome.google.com/webstore/detail/magnet-linker/neokhcngmjnlbnphpfmiidlljbpffecd"), |
28 | 28 | new EdgeOpenSourceLink("https://addons.mozilla.org/en-GB/firefox/addon/magnet-linker/"), |
29 | 29 | new FirefoxOpenSourceLink("https://microsoftedge.microsoft.com/addons/detail/magnet-linker/iagaihihgeloakmheonacpldkpogggen") |
30 | | - } |
| 30 | + ] |
31 | 31 | }, |
32 | 32 | new() |
33 | 33 | { |
34 | 34 | OpenSourceType = OpenSourceType.PowershellModule, |
35 | 35 | Name = "PS Transmission", |
36 | 36 | Description = "A Powershell module that integrates with the Transmission RPC API.", |
37 | | - Links = new List<IOpenSourceLink> |
38 | | - { |
| 37 | + Links = |
| 38 | + [ |
39 | 39 | new GithubOpenSourceLink("https://github.com/trossr32/ps-transmission"), |
40 | 40 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/Transmission") |
41 | | - } |
| 41 | + ] |
42 | 42 | }, |
43 | 43 | new() |
44 | 44 | { |
45 | 45 | OpenSourceType = OpenSourceType.PowershellModule, |
46 | 46 | Name = "Json To Powershell Class", |
47 | 47 | Description = "A Blazor WASM web app and Powershell module that create Powershell classes and example usage functions from json supplied as a string, file or url. ", |
48 | | - Links = new List<IOpenSourceLink> |
49 | | - { |
| 48 | + Links = |
| 49 | + [ |
50 | 50 | new GithubOpenSourceLink("https://github.com/trossr32/ps-json-to-powershell-class"), |
51 | 51 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/JsonToPowershellClass"), |
52 | 52 | new WebOpenSourceLink("https://json2ps.app/", "powershell.json.logo-1024x1024") |
53 | | - } |
| 53 | + ] |
54 | 54 | }, |
55 | 55 | new() |
56 | 56 | { |
57 | 57 | OpenSourceType = OpenSourceType.PowershellModule, |
58 | 58 | Name = "PS Image Data Uri Converter", |
59 | 59 | Description = "A Powershell module for data URI to/from image file conversion.", |
60 | | - Links = new List<IOpenSourceLink> |
61 | | - { |
| 60 | + Links = |
| 61 | + [ |
62 | 62 | new GithubOpenSourceLink("https://github.com/trossr32/ps-image-data-uri-converter"), |
63 | 63 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/ImageDataUriConverter") |
64 | | - } |
| 64 | + ] |
65 | 65 | }, |
66 | 66 | new() |
67 | 67 | { |
68 | 68 | OpenSourceType = OpenSourceType.PowershellModule, |
69 | 69 | Name = "PS Github Repo Snapshot", |
70 | 70 | Description = "A Powershell module that integrates with the Github API and downloads a snapshot of all repositories for a user or organisation.", |
71 | | - Links = new List<IOpenSourceLink> |
72 | | - { |
| 71 | + Links = |
| 72 | + [ |
73 | 73 | new GithubOpenSourceLink("https://github.com/trossr32/ps-github-repo-snapshot"), |
74 | 74 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/GithubRepoSnapshot") |
75 | | - } |
| 75 | + ] |
76 | 76 | }, |
77 | 77 | new() |
78 | 78 | { |
79 | 79 | OpenSourceType = OpenSourceType.PowershellModule, |
80 | 80 | Name = "PS Video Resolution", |
81 | 81 | Description = "A Powershell module that probes video files for their resolution and output results to host and optionally to log files.", |
82 | | - Links = new List<IOpenSourceLink> |
83 | | - { |
| 82 | + Links = |
| 83 | + [ |
84 | 84 | new GithubOpenSourceLink("https://github.com/trossr32/ps-video-resolution"), |
85 | 85 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/VideoResolution") |
86 | | - } |
| 86 | + ] |
87 | 87 | }, |
88 | 88 | new() |
89 | 89 | { |
90 | 90 | OpenSourceType = OpenSourceType.PowershellModule, |
91 | 91 | Name = "PS Flatten Folders", |
92 | 92 | Description = "A Powershell module that moves files from all sub-directories to the parent directory.", |
93 | | - Links = new List<IOpenSourceLink> |
94 | | - { |
| 93 | + Links = |
| 94 | + [ |
95 | 95 | new GithubOpenSourceLink("https://github.com/trossr32/ps-flatten-folders"), |
96 | 96 | new PowershellGalleryOpenSourceLink("https://www.powershellgallery.com/packages/FlattenFolders") |
97 | | - } |
| 97 | + ] |
98 | 98 | } |
99 | 99 | }; |
100 | 100 | } |
|
0 commit comments