![]() |
|
![]() |
#1 |
Member
Join Date: Jan 2005
Posts: 1
|
![]()
Hi,
can I disable tags just by disableing FinalizeTags( ... ) function in mppenc.c ? Or this can break something in output .mpc file? I make little patch to mppenc.c (from subversion) that adds parram --notags [code] --- mppenc.c 2005-02-20 18:56:58.000000000 +0100 +++ newmppenc.c 2005-02-20 18:55:43.000000000 +0100 @@ -43,6 +43,7 @@ int DisplayUpdateTime = 1; int APE_Version = 2000; int LowDelay = 0; +Bool_t EnableTags = 1; #define MODE_OVERWRITE 0 #define MODE_NEVER_OVERWRITE 1 @@ -205,6 +206,7 @@ " publicationright, filename, recordlocation, recorddate,n" " ean/upc, year, releasedate, genre, media, index, isrc,n" " abstract, bibliography, introplay, media, language, ...n" + " --notags Disable tags.n" "n" ); stderr_printf ( @@ -1336,6 +1338,9 @@ } } } + else if ( 0 == strcmp ( arg, "notags") ) { // Disable tags + EnableTags = 0; + } else { char c; stderr_printf ( "n
__________________
Greetings, <br>Krzysiek Wojszko |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mpc tags problem with unicode (utf-8) | valery.bruniaux | MPC for UNIX | 0 | 08 June 2005 07:14 pm |