Diff
Differences From Artifact [4ffd1ffb9c]:
- File contrib/cachereset.py — part of check-in [c669dbae79] at 2016-12-10 22:13:05 on branch trunk — New plugin: cache reset (temp m3u/pls files, favicons, and channel.json files) (user: mario, size: 2418) [annotate] [blame] [check-ins using]
To Artifact [8b61178eba]:
- File contrib/cachereset.py — part of check-in [09dec64f41] at 2016-12-16 16:26:55 on branch trunk — Reverted all `module = __name__` assignments, because that was carrying the module over, not the base classname. Added #extraction-method: meta information to channel plugins. (user: mario, size: 2422) [annotate] [blame] [check-ins using]
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | import os # provides another export window, and custom file generation - does not use action.save() class cachereset(): meta = plugin_meta() |