Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
74Genesis authored Dec 5, 2023
1 parent a60fb83 commit afa14ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ try {
...
```

Some files you can see after unpacking the deck:

`0`, `1`, `2` - files with number names are media files (images, audio, video)
`collection.anki2` - old version of anki database
`collection.anki21` - more modern version of database
`collection.anki21b` - the latest databse version
`media` - Associative list of media files. Their numbers and real names. (Protocol Buffer or json file)
`meta` - Meta data (Protocol Buffer or json file)
Which files you will see after unpacking the deck?

- `0`, `1`, `2` - files with number names are media files (images, audio, video)
- `collection.anki2` - old version of anki database
- `collection.anki21` - more modern version of database
- `collection.anki21b` - the latest databse version
- `media` - Associative list of media files. Their numbers and real names. (Protocol Buffer or json file)
- `meta` - Meta data (Protocol Buffer or json file)

Quick usage of `Deck` class:

Expand Down

0 comments on commit afa14ea

Please sign in to comment.