Feature #443
Include scans of ISO and other video formats, based on user config.
Status: | Closed | Start date: | 06 Jun 2015 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Local DB | |||
Target version: | PiBox - 0.11.0 | |||
Severity: | 02 - High |
Description
This will allow VideoFE to be used at home.
Associated revisions
RM #443: Add support for scans using user-defined extensions that are saved in session data.
RM #443: Add support for scans using user-defined extensions that are saved in session data.
History
#1
Updated by Hammel almost 6 years ago
If I do this, then the player will have to support suffix-based player commands. This is because xine will play an mp4 like this:
xine file://path/file.mp4
but it plays a ripped DVD ISO like this:
xine dvd://path/file.iso
There is no one-command-fits-all option here. That opens up a can of worms related to file identification in the player. See RM #450.
#2
Updated by Hammel over 5 years ago
- Subject changed from Include scans of ISO to Include scans of ISO and other video formats, based on user config.
#3
Updated by Hammel over 5 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 03 - Medium to 02 - High
#4
Updated by Hammel over 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Added field for filename extensions to the UI and the ability to save them as a properties value. Still need to integrate the values in this field into the scan.
#5
Updated by Hammel over 5 years ago
- % Done changed from 30 to 50
The code to make use of the user-configurable filename extensions is now in place. It just needs to be tested.
#6
Updated by Hammel over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Tested as working. I was able to specify different formats to scan and it worked fine.
Closing issue.