Skip to content

Releases: simplyboo6/Vimtur

4.5.2

28 Feb 10:12
Compare
Choose a tag to compare

Increased yarn timeout for better Docker Hub build reliability

4.5.1

27 Feb 21:01
Compare
Choose a tag to compare
  • Fixed searching for all in a directory and the keyword search not updating the search model. This meant bulk updates would be applied to all.

4.5.0

26 Feb 09:16
Compare
Choose a tag to compare

This update focuses on usability and bug-fixes. It has no major new features but a number of minor ones.

Features

  • Added album/artist/title to quick-tag panel.
  • Made several items on the quick-tag panel toggle-able using config (from the UI config page).
  • Added component to view the file path in the viewer.
  • Added ability to queue tasks. (Such as import, then scan).
  • Added configuration options in the UI for video cache qualities, stream qualities and minimum transcode quality.
  • Added buttons to apply artist/album/title to the entire search result set for bulk updates.
  • Added a number of new tasks to run from the config page focused around validating that all cached data exists.
  • Added file creation date to database. This reads the modified (or birth time) of a file and stores it in the DB for sorting. This is done automatically on new files when indexing. For old files run the new task in config.

Improvements

  • Overhauled search back-end and front-end to support a wider variety of criteria.
  • Replaced tag input component because of outstanding bugs and lack of maintenance.
  • Improved tasking back-end to make it more generic to make it easier to add additional tasks.
  • Switched to a constant bitrate for streaming/caching and added a config option to change it.
  • General improvement to stream bandwidth calculations in m3u8 files.
  • You can now press enter to save metadata.
  • Set process nice level when launching ffmpeg to a lower priority for caching tasks.

Bugfixes

  • Fixed not being able to over-write partial thumbnails, previews and caches for videos.
  • Fixed not being able to remove an array item from the config using the REST APIs.
  • Fixed videos not always playing muted.
  • Stream playlist/qualities now correctly only use qualities from the streamQuality config.
  • Error caught when streaming a file is cancelled and ffmpeg dies.
  • Fixed gallery page number background on Chrome.

4.4.0

23 Jan 16:35
Compare
Choose a tag to compare

Features

  • Recommendations based on average ratings of tags.
  • Added a page that shows the average rating given to a tag.
  • Implemented sorting by recommended.
  • Support rotating images based on EXIF data.
  • Added pHash support.
  • Implemented generating potential clones for images.
  • Split cache and stream transcoding qualities.
  • Added task to verify all thumbnails exist.
  • Support for searching items that have clones.
  • Support for viewing potential clones for an image.
  • Added a custom video player with manual level switching and timeline previews.
  • Added video preview generation.
  • Implemented viewing video previews on hover in the gallery.
  • Added UI option to enable/disable copying video streams.

Bugfixes

  • Stopped rating component stealing focus
  • Disable parsing delete media response causing the UI thinking the delete failed.
  • Fixed gallery pagination.
  • Fixed video restarting when tagging.
  • Fixed deleting media that had already been partially deleted.
  • Fix for video jumpiness when streaming.
  • Switched to imagemagick from gm for autoOrient support.
  • Fixed for issues with keyword searching after a DB refactor.
  • Fixed detection of mising files.
  • Fixed dangling ffmpeg processes eventually killing your system.
  • Fixed streaming not taking into account maxCopyEnabled.

4.3.0

01 Sep 08:33
Compare
Choose a tag to compare
  • Replaced UI with Angular based UI
  • Fixed bug in streaming where a loading loop may be encountered

4.2.0

19 Aug 14:29
Compare
Choose a tag to compare

Changelog:

  • Implemented direct streaming without caching
  • Support for using both cached and streamed objects
  • Configuration settings for precaching keyframes etc
  • Disabled caching by default

4.0.0

22 May 18:42
Compare
Choose a tag to compare

Major overhaul

  • Dropped SQL and in memory database support and moved to Mongo.
  • Pushed search functionality into database.
  • Added support for transcoding to multiple bitrates to use adaptive streaming.
  • Refactored configuration system adding a number of new options.
  • Added better validation to configuration.
  • Added a Docker Hub image (simplyboo6/vimtur/latest).
  • Added upgrade path from Vimtur 3
  • Switched to SubDB hashing for improved performance.
  • Fixed not using width when codec_width is unavailable when retrieving video metadata.
  • Refactored scanning and import system.
  • Enforced LINT.

3.2.1

06 Oct 15:12
Compare
Choose a tag to compare

Bugfix release:

  • Fixed race condition while searching/rebuilding search index
  • Deprecated decoding paths from legacy versions and added tool to fix paths.
  • Fixed null hash on corrupted media.
  • Made a verbose getStatus that will show new files.
  • Fixed unable to delete rated media.
  • Added API call to delete corrupted media.

3.2.0

13 Sep 21:39
Compare
Choose a tag to compare
  • Added ratings
  • Added actors/people
  • Added more configuration options
  • Re-factored UI code and improved look and feel of quick-tag panel
  • Improved searching to allow spaces between words in expressions
  • Moved from nodejs static ffmpeg which had bugs transcoding
  • Improved error checking
  • Docker support

3.1.1

15 Jun 16:40
Compare
Choose a tag to compare

Initial public release.

Attached are Windows and Linux Electron releases. Untar/unzip them and run vimtur(.exe).