MetaData Sharing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
677 B

  1. [
  2. {
  3. "title": "gen ident",
  4. "cmd": [ "genident", "name=A Test User" ],
  5. "exit": 0
  6. },
  7. {
  8. "special": "setup bittorrent files",
  9. "complete": false
  10. },
  11. {
  12. "title": "add metadata before import",
  13. "cmd": [ "modify", "+other=bar", "somedir/fileb.txt" ]
  14. },
  15. {
  16. "title": "import partial container",
  17. "cmd": [ "container", "somedir.torrent" ],
  18. "stderr": "Warning, incomple/invalid files, not added for 'somedir.torrent':\n\t'filea.txt'\n\t'filec.txt'\n\t'filee.txt'\n"
  19. },
  20. {
  21. "title": "search no other with container",
  22. "cmd": [ "search", "file", "-other" ],
  23. "stdout_re": "^[^\n]*/somedir/filed.txt\n[^\n]*/somedir/filef/filef.txt\n$"
  24. }
  25. ]