Sha256: 8d892de4b31d520ee56949f3a3eab20c722ba6f8fa2e2930d7ce14da925af029

Contents?: true

Size: 1.19 KB

Versions: 12

Compression:

Stored size: 1.19 KB

Contents

`{define_begin}` to `{define_end}` defines variables to be referenced later.

`{relation_begin}` to `{relation_end}` is essential, and I think it sets up where this data is being pulled from

`{pagesize}` dictates how many items are printed before that `{page_header_begin}` to `{header_end}` is printed again. This caused the old "csv" report to be broken up with sections of non-csv data.

the `{header_begin}` to `{header_end}` section at the bottom is what gets printed for each entry.

The `{if} d9 == "4 "` statement is checking that only tracks that come from deck #4 get logged.

Each column of the file (track, artist, etc) is dictated by the bracketed sections, where the number of spaces after the referenced variable equates to the maximum width to allow for that value before it gets chopped (so dumb, I know).  `[d2                                   ]`

The format we want to output is a tab separated file, so we when there are commas in a track it doesn't cause problems. We also want to make the field widths as large as possible to prevent truncation, and the page size huge to prevent that silly page header from printing out periodically.

Puts this new Asplay.rpg file in K:\Dad\Files\Asplay.RPG

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dubbletrack_remote-0.8.5 enco-support/readme.txt
dubbletrack_remote-0.8.4 enco-support/readme.txt
dubbletrack_remote-0.8.3 enco-support/readme.txt
dubbletrack_remote-0.8.2 enco-support/readme.txt
dubbletrack_remote-0.8.1 enco-support/readme.txt
dubbletrack_remote-0.8.0 enco-support/readme.txt
dubbletrack_remote-0.7.6 enco-support/readme.txt
dubbletrack_remote-0.7.5 enco-support/readme.txt
dubbletrack_remote-0.7.4 enco-support/readme.txt
dubbletrack_remote-0.7.3 enco-support/readme.txt
dubbletrack_remote-0.7.2 enco-support/readme.txt
dubbletrack_remote-0.7.1 enco-support/readme.txt