Feature #450
closedAdd support for file type specific video players.
100%
Description
This goes beyond the player=<command> in the config file. Now we need player=<type>:command or similar so that we can support an array of command options for different video file types. This is specifically to allow xine to play either .mp4 or .iso, which require two different command lines:
- mp4: xine file://path/file.mp4
- iso: xine dvd://path/file.mp4
Related issues
Updated by Hammel over 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
I've added support for multiple players based on filename extensions to videofe. The one thing left to add is to limit the files displayed to those supported by configured players.
Code is in my sandbox. It needs more testing before I check it in. Testing relies on support for scans of additional file types by VideoLib.
Updated by Hammel over 9 years ago
- % Done changed from 30 to 50
Added support for filtering out files in the db that are not supported by a configured player.
Code is in my sandbox. It needs more testing before I check it in. Testing relies on support for scans of additional file types by VideoLib.
Updated by Hammel over 9 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 02 - High to 03 - Medium
Updated by Hammel about 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Tested, committed and pushed support for multiple players based on video file types.