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: |
- sorted: |
||||
key: "@title" |
key: "title" |
||||
content: |
content: |
||||
- exsong.sg |
- exsong.sg |
||||
- chordpro.csg |
- 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 |
- section{Title} |
||||
- chordpro.csg |
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author1.csg" |
||||
- subdir/chordpro.csg |
- "@TEST_FOLDER@/datadir_sorted/path1_title1_author2.csg" |
||||
- exsong.sg |
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author1.csg" |
||||
|
- "@TEST_FOLDER@/datadir_sorted/path2_title1_author2.csg" |
||||
- exsong.sg |
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author1.csg" |
||||
- texsong.tsg |
- "@TEST_FOLDER@/datadir_sorted/path1_title2_author2.csg" |
||||
- chordpro.csg |
- "@TEST_FOLDER@/datadir_sorted/path2_title2_author1.csg" |
||||
- subdir/chordpro.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: |
- cwd: |
||||
key: "@title" |
path: "datadir_sorted" |
||||
- sorted: |
|
||||
key: [by, "@title"] |
|
||||
content: |
content: |
||||
cwd: |
- section: |
||||
path: "./" |
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