Skip to content

Commit

Permalink
Merge pull request #3 from yajrendrag/pr-limit_library_search_by_ffpr…
Browse files Browse the repository at this point in the history
…obe_data

[limit_library_search_by_ffprobe_data] 0.0.3
  • Loading branch information
Josh5 authored Dec 12, 2023
2 parents 2fe0ea5 + a798ae7 commit ff326e3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

**<span style="color:#56adda">0.0.3</span>**
- updated ffmpeg helper lib to latest version

**<span style="color:#56adda">0.0.2</span>**
- Refactor plugin to support JSONata queries of the FFprobe data

Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"on_library_management_file_test": 0
},
"tags": "audio,video,ffmpeg",
"version": "0.0.2"
}
"version": "0.0.3"
}
23 changes: 23 additions & 0 deletions lib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
plugins.__init__.py
Written by: Josh.5 <[email protected]>
Date: 04 Sep 2021, (11:03 AM)
Copyright:
Copyright (C) 2021 Josh Sunnex
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
"""
2 changes: 1 addition & 1 deletion lib/ffmpeg
Submodule ffmpeg updated 4 files
+418 −5 README.md
+8 −1 probe.py
+27 −5 stream_mapper.py
+130 −0 tools.py

0 comments on commit ff326e3

Please sign in to comment.