projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e66d6
)
* Removed unused code.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 2 May 2021 20:19:13 +0000
(22:19 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 2 May 2021 20:19:13 +0000
(22:19 +0200)
* Fixed copyright year.
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index 69bd9037bf59ff02bc34f127d29ad6aafa08787a..772ee3092a7e94a2cc7394b69c04c3ecadb6a53f 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-7,7
+7,7
@@
Copyright 2021 Urban Wallasch <irrwahn35@freenet.de>
BSD 3-Clause License
-Copyright (c) 20
18
, Urban Wallasch
+Copyright (c) 20
21
, Urban Wallasch
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@
-292,8
+292,6
@@
def s2hms(ts):
return res
def click_thumb(event):
- num = event.widget.grid_info()["row"] * cfg.grid_columns \
- + event.widget.grid_info()["column"] + 1
cmd = 'mpv --start=' + event.widget.cget("text") + ' --pause "' + cfg.vid + '"'
Popen(cmd, shell=True)