Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag: added function tag_merge_replace() | Max Kellermann | 2010-03-17 | 1 | -21/+1 |
| | | | | | Like tag_merge(), but can deal with NULL parameters, and frees both tag objects. | ||||
* | Build tags from information in cue sheets | Jochen Keil | 2009-03-31 | 2 | -0/+296 |
With these methods a tag struct can be created from the cdtext information in a cue sheet. The methods depend on a cue parsing library. Reading from strings (char*) as well as from a file (FILE*) is supported. |