blob: 8ef0aff55921749325b2883fa2bab5f749ff3e6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
This project is currently abandonware due to Newgrounds adopting an anti-web scraping system.
# Kodi Add-On for Newgrounds
Video plugin for animations posted to Newgrounds.
## Features
- Navigating by Featured/Latest/Popular
- Navigating by category
## Versions Supported
- Kodi Media Center 21.0
## Installation
Clone this repository to the `addons` directory in your Kodi configuration directory (typically `~/.kodi/`).
## Contributing
Please send patches to me [via email](https://jakob.space/pages/about.html).
## Roadmap
- [x] Extraction of additional video metadata
- [x] Search
- [x] Support for collections
- [x] Support for series
- [x] Authentication
- [x] Support for "Your Feed"
## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the [GNU General Public License](LICENSE.txt) for more details.
### Artifacts
The following files are _not_ licensed under the GPL:
- `resources/icon.png`
- `resources/fanart.jpg`
`resources/icon.png` is the Newgrounds Tankman logo.
I believe that its use here for identification purposes qualifies as fair use under the Copyright law of the United States.
`resources/fanart.jpg` is ["Pico Day 2021 Banner"](https://www.newgrounds.com/art/view/slyvern/pico-day-2021-banner) by cynicallysly.
It was released under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/deed.en).
|