What's Changed
Frontend
- Storage template settings Zibbp/ganymede-frontend@381c42b.
- Storage template task Zibbp/ganymede-frontend@182cf7b.
- Render chat options Zibbp/ganymede-frontend@2383ede.
- Query parameters are now removed if a link is pasted in the archive page Zibbp/ganymede-frontend@aa91caf.
Storage Templates
Storage templates allows users to customize how folders and files are named. Previously folders were created using the naming scheme of {id}-{uuid}
. Now this can be customized. To get started customizing the storage templates navigate to Admin > Settings and click the "Storage Template Settings" button. Here you are able to customize templates for folders and files. Any template changes apply only for new files. To apply your current storage templates to existing files, execute the "storage migration" task at Admin > Tasks. More information about this can be found on the storage template wiki page. One requirement of the folder template is {{uuid}}
must be included somewhere in the template. This is to ensure unique folders for each archive so file do not get accidently overwritten.
Render Chat Option
When manually archiving a video or using the "watched channels" feature, an option has been added to disable chat rendering. This feature allows users to skip the chat rendering task while still downloading the chat json file. Chat rendering is enabled by default and you will need to disable it for every archive if you wish to not have the chat rendered.
Full Changelog: v1.1.6...v1.1.7