Project

General

Profile

Actions

Bug #1393

closed

digital video recorder post-processor command format string

Bug #1393: digital video recorder post-processor command format string

Added by cocoa 117 over 13 years ago. Updated over 13 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
PVR / DVR
Target version:
Start date:
2012-11-10
Due date:
% Done:

100%

Estimated time:
Found in version:
3.2.18~g40a8920~precise
Affected Versions:

Description

The digital video recorder post-processor command format string %f "full path to recording" gives // slash, which make it impossible to use in bash script.

E.g.
/srv/tvRecordings//Hairy Dieters_ How to Love Food and.ts

I decide to use %b basename of recording instead, but i think it is simple error.

Updated by Adam Sutton over 13 years ago Actions #1

  • Status changed from New to Accepted
  • Affected Versions 3.2, 3.3 added

Hmmm, not sure why that would make it "impossible" to use in a bash script :p Pretty trivial to work-around if you ask me:

$> T="this//is/a/bad/path"
$> X=${T//\/\//\/}
$> echo $T
this/is/a/bad/path

However I will see if I can figure out where the // comes from.

Adam

Updated by Adam Sutton over 13 years ago Actions #2

Just a quick question, have you included a trailing slash on your DVR configuration directory?

Adam

Updated by Adam Sutton over 13 years ago Actions #3

  • Status changed from Accepted to Need feedback

Updated by cocoa 117 over 13 years ago Actions #4

Adam Sutton wrote:

Just a quick question, have you included a trailing slash on your DVR configuration directory?

Adam

Yes, I realised this was due to I have put trailing slash on my DVR configuration. So it is not a bug after all.

It would be great if we can upgrade the help, so the user don't put trailing slash in the end.

Updated by Adam Sutton over 13 years ago Actions #5

  • Status changed from Need feedback to Resolved

Updated by Adam Sutton over 13 years ago Actions #6

  • Target version set to 3.2

Updated by Adam Sutton over 13 years ago Actions #7

  • Status changed from Resolved to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:4f9f3485035a7506c538b22b8019b073f9e5be27.

Actions

Also available in: PDF Atom