Commit 2f5377c
FEATURE - Filesystem plugin browser (#198)
* Add numpy to pip installed packages
Signed-off-by: Ted Waine <ted.waine@gmail.com>
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Tweak for set video range action
Signed-off-by: Ted Waine <ted.waine@gmail.com>
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Handle missing Decklink hardware when drivers are installed (#238)
Signed-off-by: xShirae <xshiraayuki@gmail.com>
Signed-off-by: Ted Waine <ted.waine@gmail.com>
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Initial checkin of filesystem_plugin prior to refactor.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* A ffmpeg constant changed, I believe the older one FF_PROFILE_UNKOWN has been obsolete for a while.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Cleanup GUI
Better filtering, got progress bar working, and version and date filtering.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding fileseq for the python libraries for the FileSystem Browser.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Got the progress bar to work correctly.
Also added a separate timing test where you can specify an output directory, not really for unit testing, but good for testing against real directories.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Fix for color scheme for right click menu.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Add readme.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding copyright/license info.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding (c).
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Dont be quite so agressive updating the UI, only do it every 5 secs or so.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Swapped file-browser with a history view.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Updated readme.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Fixing QML issue.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Demo of widget as a floating window.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Filtering fixes.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Switched to a tree-view with some "smart" collapsing of directories.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Fixed the file-loading issue, it was trying to load a relative path.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Double clicking on a directory changes the overall search window path.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Make the search case insensitive.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding different types of tree view. and recursion depths.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Minor tweak to prune empty folders if we are filtering.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding a directory view.
The directory view allows a more obvious browsing of the tree. For the very top of the directory tree we dont auto-scan for media, once you get down to 4 levels it will start scanning.
We have also made a config.json file to store configurations of things like the auto_scan_threashold, along with adding a list of folders that need to be ignored.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Filtering all the time.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* GUI update:
* Fixed auto-complete
* Tree view opens to node when path is entered in path dialog.
* Added a refresh button
* Tree view now persistent, with a nicer sidebar label.
* Smart scan button now visible.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Added a preview mode, so when you click on a clip, it will automatically load it into the player
* double click will load it into your target
* Cursor keys will allow you to move through the results loading as you go (left right for icon view, up down for list view)
* Enter will do the same as double click.
* Preview playlist will be deleted on Enter.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Updated to have a common style, and synced style with xstudio.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* More style fixes, and also making menu options consistent between icon and list view:
* Adding Append menu option
* Adding copy path menu option
* Add compare menu option
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Adding a show-in-finder menu option.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* MInor bug fixes, cleaning threading.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Some code refactoring to simplify it, in particular the dispatch table.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Setup a interface class, so that if you want to change the back end you have a centralized area to do that.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Removed some debug output and removed an un-necesary header.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Fixed a padding issue.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
* Added ability to set the directory root.
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
---------
Signed-off-by: Ted Waine <ted.waine@gmail.com>
Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
Signed-off-by: xShirae <xshiraayuki@gmail.com>
Signed-off-by: tedwaine <59868698+tedwaine@users.noreply.github.com>
Co-authored-by: Ted Waine <ted.waine@gmail.com>
Co-authored-by: xShirae <83482842+xShirae@users.noreply.github.com>
Co-authored-by: tedwaine <59868698+tedwaine@users.noreply.github.com>1 parent f7626aa commit 2f5377c
14 files changed
Lines changed: 5147 additions & 2 deletions
File tree
- src/plugin
- media_metadata/ffprobe/src
- python_plugins/filesystem_browser
- qml/FilesystemBrowser.1
- icons
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments