All Projects → yauhen-l → Remember Last Position Totem Plugin

yauhen-l / Remember Last Position Totem Plugin

Totem video player plugin that restores position in the last played file

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Remember Last Position Totem Plugin

Kafka Connect Elasticsearch Source
Kafka Connect Elasticsearch Source
Stars: ✭ 22 (+69.23%)
Mutual labels:  plugin
Stencil Tailwind
TailwindCSS plugin for Stencil
Stars: ✭ 26 (+100%)
Mutual labels:  plugin
Blockcmd
A PocketMine-MP plugin to block certain commands from being used by players in your server
Stars: ✭ 12 (-7.69%)
Mutual labels:  plugin
Rebar3 clojerl
rebar3 Clojerl compiler plugin
Stars: ✭ 23 (+76.92%)
Mutual labels:  plugin
Genesis Simple Hook Guide
WordPress plugin that displays names of all Genesis hooks on the current page dynamically.
Stars: ✭ 25 (+92.31%)
Mutual labels:  plugin
Feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Stars: ✭ 942 (+7146.15%)
Mutual labels:  plugin
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+6869.23%)
Mutual labels:  plugin
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+6546.15%)
Mutual labels:  plugin
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+7046.15%)
Mutual labels:  plugin
Vue Js Grid
🍱 Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
Stars: ✭ 866 (+6561.54%)
Mutual labels:  plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (+76.92%)
Mutual labels:  plugin
Totem Danmaku
totem-danmaku is a plugin that provides danmaku support for Totem Player. totem弹幕为Gnome下的totem播放器提供弹幕支持
Stars: ✭ 24 (+84.62%)
Mutual labels:  plugin
Prompt Password
This repository has been archived, use the built-in password prompt in Enquirer instead.
Stars: ✭ 8 (-38.46%)
Mutual labels:  plugin
Figmiro Plugin
Figma Integration with Miro (Plugin)
Stars: ✭ 23 (+76.92%)
Mutual labels:  plugin
Moodle Local datacleaner
Reduce, filter, and anonymize moodle data for non-prod environments
Stars: ✭ 12 (-7.69%)
Mutual labels:  plugin
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+6869.23%)
Mutual labels:  plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (+107.69%)
Mutual labels:  plugin
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+6600%)
Mutual labels:  plugin
Metrica Plugin Xamarin
Xamarin plugin for Yandex AppMetrica SDK
Stars: ✭ 12 (-7.69%)
Mutual labels:  plugin
Gs Blog
A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.
Stars: ✭ 8 (-38.46%)
Mutual labels:  plugin

Remember Last Position Totem Plugin

Totem video player plugin that starts a video at the location you paused it last time it played. It also supports automatically continue to play the last video when Totem starts.

Installation

Create a plugin folder in ~/.local/share/totem/plugins/<plugin-folder>, and put all the plugin files there:

    remember-last-position.plugin
    remember-last-position.py
    remember-last-position.conf

Then start Totem and enable "Remember last position" plugin in Plugins view.

How it works

On video playback, it stores the file path of the current video, and its current time offset in remember-last-position.pydata at the plugin folder.

After opening the same file, its location will be restored.

If load-on-start feature is enabled (disabled by default), on Totem start it will waits 5 seconds (default), and then opens the last played file and restores its video location.

CAUTION! Not tested on web-sources

Tuning

It is possible to tune the plugin parameters via remember-last-position.conf file:

  • load-on-start: Explained above (true, false).
  • load-on-start-delay: The time to wait for the video to start (seconds).
  • history-length: How many files will be stored (integer).
  • update-interval: Update the video position on interval (seconds).

Special Thanks:

Thanks to Asanka's Weblog for quick start: http://asanka-abeyweera.blogspot.com/2012/03/writing-plugins-for-totem-movie-player.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].