Skip to content

reminiscence-v0.2

Compare
Choose a tag to compare
@kanishka-linux kanishka-linux released this 29 Sep 17:02
· 225 commits to master since this release

New Features

  • Support added for Archiving Media Elements of a web page. (refer README)

  • Streaming support added for HTML5 compliant media files with proper support for seeking within streams.

  • For non-HTML5 media files, public links or m3u playlist can be generated which then can be played using any popular media player like mpv/mplayer/vlc etc..

  • Optional support added for headless Chromium browser for generating HTML content and PDF. In order to use this feature users need to install Chromium on server manually.

  • Support added for selecting multiple items and performing group actions. Following group actions are allowed:

    • move links in group from one directory to another
    • tag links in group
    • archive links in group
  • Merging of directories allowed

Bug Fixes and other modifications

  • Invalid characters are handled properly when renaming/removing directories

  • Following new global constants have been added in settings.py

    • VIDEO_ID_EXPIRY_LIMIT
    • VIDEO_PUBLIC_LIST
    • TMP_LOCATION
    • DOWNLOAD_MANAGERS_ALLOWED
  • Check user id again before removing/moving urls