summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM <Karsten@web>2013-12-27 20:41:29 +0000
committerGravatar admin <admin@branchable.com>2013-12-27 20:41:29 +0000
commitf86bac3079a9a365d11834fb0beff25c87c07869 (patch)
treebd5458946b73c951e6a6d4e22ab9cabcb23d7229
parent3cb18402ccdd1c3712b54ac7423675a34add3683 (diff)
-rw-r--r--doc/bugs/git_annex_addurl___40__+quvi__41___should_filter_out_the___124_____40__pipe__41___character.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_addurl___40__+quvi__41___should_filter_out_the___124_____40__pipe__41___character.mdwn b/doc/bugs/git_annex_addurl___40__+quvi__41___should_filter_out_the___124_____40__pipe__41___character.mdwn
new file mode 100644
index 000000000..56bc7c475
--- /dev/null
+++ b/doc/bugs/git_annex_addurl___40__+quvi__41___should_filter_out_the___124_____40__pipe__41___character.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+
+git annex addurl will keep the »|« symbol in the filename generated from the video title when using quvi. This should be filtered out as the resulting file cannot copied to fat filesystems and may cause other problems.
+
+### What steps will reproduce the problem?
+
+ kasimon@pc:~/annex/YouTube/Kids$ git annex addurl --fast https://www.youtube.com/watch?v=OmXd6l54O8M
+ addurl Reinhard_Mey_singt_Ernie_und_Bert__Über_den_Wolken__|_NDR.webm ok
+ (Recording state in git...)
+
+### What version of git-annex are you using? On what operating system?
+
+ git-annex version: 5.20131221
+ build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA
+ key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
+ remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
+ local repository version: 3
+ default repository version: 3
+ supported repository versions: 3 5
+ upgrade supported from repository versions: 0 1 2 4
+
+ Ubuntu 13.10
+
+### Please provide any additional information below.