Skip to content

Commit

Permalink
Mediainfo 3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-man committed Apr 25, 2020
1 parent f01a9ef commit cb8a9e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nemo-mediainfo-tab (1.0.3) focal; urgency=medium

* Mediainfo 3 dependency

-- Caldas Lopes <joao.caldas.lopes@gmail.com> Fri, 25 Apr 2020 03:05:23 +0100

nemo-mediainfo-tab (1.0.2) focal; urgency=medium

* Python 3 dependencies
Expand Down
5 changes: 1 addition & 4 deletions nemo-extension/nemo-mediainfo-tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@

from gi.repository import GObject, Gtk, Nemo

try:
from MediaInfoDLL import *
except ImportError:
from MediaInfoDLL3 import *
from MediaInfoDLL3 import *

lang = locale.getdefaultlocale()[0]
locale_path = os.path.join(os.path.dirname(__file__), "nemo-mediainfo-tab/locale")
Expand Down

0 comments on commit cb8a9e5

Please sign in to comment.