Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fijam authored Nov 4, 2021
1 parent 3b28884 commit 70c9199
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Overview
gmdrec records and labels tracks on selected Sony portable MD recorders.

Compatible models include: R70, R90, R91, R700, R701, R900
Compatible models include: R70, R90, R91, R700, R701, R900, N707

Support needs to be added: R910, R909, G755, G750, R55, R37

Expand All @@ -25,17 +25,18 @@ The circuit comprises a USB-I2C bridge and a I2C digital potentiometer as well a
The schematics and PCB files are provided in the hardware directory. You can get a preassembled one from me directly.

### Software
![gmdrec3](https://user-images.githubusercontent.com/75824/136714044-d9e87af3-f425-4db2-bfe5-fc3f3e0714dd.png)
![gmdrec-v0 3](https://user-images.githubusercontent.com/75824/140431457-25fa2b6e-e49f-4961-b3a1-644eece69dab.png)


**label**: You can specify how the tracks should be formatted. You can use any combination of fields from [here](https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference#Remapped_metadata_fields).

**disc_title**: Optionally, the disc can be labelled with an album title.

**lang_code**: By default, gmdrec will attempt to transliterate non-latin scripts. As some languages share the same characters (e.g. Japanese and Chinese) you can specify a [two-letter language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) to make it more accurate.

**no_tmarks**: By default, gmdrec will insert a Track Mark at the end of every track. If there is a period of silence between the tracks the recorder itself will enter another, resulting in duplicates. With this option 2 seconds of silence are added between each track and making track marks is left to the recorder.
**label_mode**: Optionally, you can use gmdrec to label a disc which has been already recorded. Make sure the number of items on the playlist equals the number of tracks on the MD and set the recorder to the first track to be labelled. If you select `ERASE`, old track names will be deleted before labelling.

**label_mode**: Optionally, you can use gmdrec to label a disc which has been already recorded. Make sure the number of items on the playlist equals the number of tracks on the MD and set the recorder to the first track to be labelled.
**no_tmarks**: By default, gmdrec will insert a Track Mark at the end of every track. If there is a period of silence between the tracks the recorder itself will enter another, resulting in duplicates. With this option 2 seconds of silence are added between each track and making track marks is left to the recorder.

**--ignore-gooey**: Optionally, you can run the software directly in console without the GUI.

Expand Down

0 comments on commit 70c9199

Please sign in to comment.