mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
14 changed files with 96 additions and 25 deletions
@ -1,6 +1,6 @@ |
|||
- sorted: |
|||
key: "@title" |
|||
key: "title" |
|||
content: |
|||
- exsong.sg |
|||
- chordpro.csg |
|||
- subdir/chordpro.csg |
|||
- subdir/chordpro.csg |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title1} |
|||
{artist: Author1} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title1} |
|||
{artist: Author2} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title2} |
|||
{artist: Author1} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title2} |
|||
{artist: Author2} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title1} |
|||
{artist: Author1} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title1} |
|||
{artist: Author2} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title2} |
|||
{artist: Author1} |
|||
|
|||
Foo bar |
|||
|
@ -0,0 +1,5 @@ |
|||
{title: Title2} |
|||
{artist: Author2} |
|||
|
|||
Foo bar |
|||
|
@ -1,9 +1,27 @@ |
|||
- texsong.tsg |
|||
- chordpro.csg |
|||
- subdir/chordpro.csg |
|||
- exsong.sg |
|||
|
|||
- exsong.sg |
|||
- texsong.tsg |
|||
- chordpro.csg |
|||
- subdir/chordpro.csg |
|||
- section{Title} |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author2.csg" |
|||
- section{Author, Title} |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author2.csg" |
|||
- section{Path, Title} |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author2.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author1.csg" |
|||
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author2.csg" |
|||
|
@ -1,7 +1,15 @@ |
|||
- sorted: |
|||
key: "@title" |
|||
- sorted: |
|||
key: [by, "@title"] |
|||
- cwd: |
|||
path: "datadir_sorted" |
|||
content: |
|||
cwd: |
|||
path: "./" |
|||
- section: |
|||
name: "Title" |
|||
- sorted: |
|||
key: title |
|||
- section: |
|||
name: "Author, Title" |
|||
- sorted: |
|||
key: [by, title] |
|||
- section: |
|||
name: "Path, Title" |
|||
- sorted: |
|||
key: [path, title] |
|||
|
Loading…
Reference in new issue