In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary genre (i.e. a subgenre).
The primary genre might be something like Film (or Movie in the USA).
The secondary genre for Film might be something like: Action, Comedy, Crime, Fantasy, Romance, Science Fiction, Western, and so on. The actual primary and secondary genres that occur in the EPG are chosen by the broadcaster.
In the UK, the broadcasters use only the primary genre, and the secondary genre is always set to General. This results in the meaningless string (general) appearing in the detailed programme descriptions visible in the EPG and on the "Recorded TV" panel. The string (general) is also visible in the genre-definition section of "TV Server Config". Examples:

The string (general) provides no useful information, and may be regarded as "noise". However, there is a way to remove it (at least, for UK users).
Some years ago I prevailed upon the now-retired developer Owlsroost to provide an option to eliminate (general), which he did by means of a registry setting, namely this one:
In looking through the registry, I find that there is a second setting present, although I am not sure whether it is added automatically, or whether I added it manually. So it may or may not be needed:
Both registry settings are included in the attached zip file. Some points:
(1) The processing resulting from these registry settings occurs when the EPG is grabbed. Consequently, the xml files of existing recordings will not be affected -- they will still show (general).
(2) I have not used DVB-S in the UK, so I don't know whether the DVB-S EPG has the same useless (general).
(3) This processing is almost certainly only applicable to the EPG in the UK. I would be surprised to learn that EPGs in other countries can benefit from these registry settings.
-- from CyberSimian in the UK
The primary genre might be something like Film (or Movie in the USA).
The secondary genre for Film might be something like: Action, Comedy, Crime, Fantasy, Romance, Science Fiction, Western, and so on. The actual primary and secondary genres that occur in the EPG are chosen by the broadcaster.
In the UK, the broadcasters use only the primary genre, and the secondary genre is always set to General. This results in the meaningless string (general) appearing in the detailed programme descriptions visible in the EPG and on the "Recorded TV" panel. The string (general) is also visible in the genre-definition section of "TV Server Config". Examples:
The string (general) provides no useful information, and may be regarded as "noise". However, there is a way to remove it (at least, for UK users).
Some years ago I prevailed upon the now-retired developer Owlsroost to provide an option to eliminate (general), which he did by means of a registry setting, namely this one:
Code:
[HKEY_USERS\.DEFAULT\Software\Team MediaPortal\TsWriter]
"NoGeneralInGenre"=dword:00000001
In looking through the registry, I find that there is a second setting present, although I am not sure whether it is added automatically, or whether I added it manually. So it may or may not be needed:
Code:
[HKEY_USERS\S-1-5-18\Software\Team MediaPortal\TsWriter]
"NoGeneralInGenre"=dword:00000001
Both registry settings are included in the attached zip file. Some points:
(1) The processing resulting from these registry settings occurs when the EPG is grabbed. Consequently, the xml files of existing recordings will not be affected -- they will still show (general).
(2) I have not used DVB-S in the UK, so I don't know whether the DVB-S EPG has the same useless (general).
(3) This processing is almost certainly only applicable to the EPG in the UK. I would be surprised to learn that EPGs in other countries can benefit from these registry settings.
-- from CyberSimian in the UK
United Kingdom