Feature #443
closedInclude scans of ISO and other video formats, based on user config.
100%
Description
This will allow VideoFE to be used at home.
Updated by Hammel over 9 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.
Updated by Hammel over 9 years ago
- Subject changed from Include scans of ISO to Include scans of ISO and other video formats, based on user config.
Updated by Hammel over 9 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 03 - Medium to 02 - High
Updated by Hammel over 9 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.
Updated by Hammel over 9 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.
Updated by Hammel about 9 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.