Bug #529
videofe doesn't play video files with spaces in the filename
Status: | Closed | Start date: | 04 Jul 2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Build System | |||
Target version: | PiBox - 0.11.0 | |||
Severity: | 03 - Medium |
Description
This is because the parse() function parsed the filename too. It needs to parse only the configured command and then substitute the filename for the %s in the command.
Associated revisions
RM #529: Fixed handling of filenames with spaces in the name.
History
#1
Updated by Hammel over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in player.c and utils.c. Tested on rpi 2. Pushed.
Closing issue. Will test with rpi as soon as default toolchain finished it's build. If it's broken with rpi, I'll post a new issue.