Project

General

Profile

Actions

Feature #450

closed

Add support for file type specific video players.

Added by Hammel almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
Configuration
Target version:
Start date:
19 Jun 2015
Due date:
% Done:

100%

Estimated time:
Severity:
03 - Medium

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

Related to VideoFE - Feature #445: Add support for configurable playerClosedHammel06 Jun 2015

Actions
Actions #1

Updated by Hammel over 8 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.

Actions #2

Updated by Hammel over 8 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.

Actions #3

Updated by Hammel over 8 years ago

  • Priority changed from Urgent to Immediate
  • Severity changed from 02 - High to 03 - Medium
Actions #4

Updated by Hammel over 8 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.

Actions

Also available in: Atom PDF