WithoutPants
WithoutPants
This is intended as a catch-all issue to report bugs with the `files-refactor` alpha branch. Known issues are as follows: * import/export functionality is currently disabled. Needs further design. *...
Re-adds the import/export implementation and rewrites to include support for the file/object separation. Related files and folders are now written to the `files` subdirectory and scenes, images and galleries now...
Adds the ability to set non-primary file as primary. The primary file is the one that is used for viewing and playback, and is used for generation of preview files....
Adds a `data` directory. This directory is intended to store user data that we don't want to store in the database. It defaults to the `data` subdirectory in the directory...
Split from #2730 Also, if you order the images by o-counter, the image changes when the o counter value is changed from the lightbox. Similar issue for ratings.
Added the following to `TestXPath` in `query_test.go`: ``` _, err := QueryAll(testDoc, "$test/@attr") ``` I'd expect this to return an error during parsing due to the badly formed xpath. Instead,...
Adds `New` button to the scenes page, to allow creation of new scenes without a related file. Adds `Reassign` and `Split` buttons to secondary file info details panel. Reassign reassigns...
Resolves #2113 Migrates the performer height values from string to int. *Any non-numeric performer height values will be lost during this migration*. Adds `height_cm` field to the performer type and...
Introduces a stream manager to the `ffmpeg` package which manages HLS streaming. It is intended to be a replacement of the live transcoding code we have, ~~but we will not...