tag/Tag*: rename several source files

This commit is contained in:
Max Kellermann 2017-02-08 08:26:58 +01:00
parent 8cbf099054
commit 03a97d87ea
83 changed files with 116 additions and 116 deletions

View File

@ -905,18 +905,18 @@ TAG_LIBS = \
$(ID3TAG_LIBS) $(ID3TAG_LIBS)
libtag_a_SOURCES =\ libtag_a_SOURCES =\
src/tag/TagType.h \ src/tag/Type.h \
src/tag/Tag.cxx src/tag/Tag.hxx \ src/tag/Tag.cxx src/tag/Tag.hxx \
src/tag/TagBuilder.cxx src/tag/TagBuilder.hxx \ src/tag/Builder.cxx src/tag/Builder.hxx \
src/tag/TagItem.hxx \ src/tag/Item.hxx \
src/tag/TagHandler.cxx src/tag/TagHandler.hxx \ src/tag/Handler.cxx src/tag/Handler.hxx \
src/tag/Mask.hxx \ src/tag/Mask.hxx \
src/tag/Settings.cxx src/tag/Settings.hxx \ src/tag/Settings.cxx src/tag/Settings.hxx \
src/tag/TagConfig.cxx src/tag/TagConfig.hxx \ src/tag/Config.cxx src/tag/Config.hxx \
src/tag/TagNames.c \ src/tag/Names.c \
src/tag/TagString.cxx src/tag/TagString.hxx \ src/tag/FixString.cxx src/tag/FixString.hxx \
src/tag/TagPool.cxx src/tag/TagPool.hxx \ src/tag/Pool.cxx src/tag/Pool.hxx \
src/tag/TagTable.cxx src/tag/TagTable.hxx \ src/tag/Table.cxx src/tag/Table.hxx \
src/tag/Set.cxx src/tag/Set.hxx \ src/tag/Set.cxx src/tag/Set.hxx \
src/tag/Format.cxx src/tag/Format.hxx \ src/tag/Format.cxx src/tag/Format.hxx \
src/tag/VorbisComment.cxx src/tag/VorbisComment.hxx \ src/tag/VorbisComment.cxx src/tag/VorbisComment.hxx \
@ -931,8 +931,8 @@ if ENABLE_ID3TAG
libtag_a_SOURCES += \ libtag_a_SOURCES += \
src/tag/Id3Load.cxx src/tag/Id3Load.hxx \ src/tag/Id3Load.cxx src/tag/Id3Load.hxx \
src/tag/Id3Unique.hxx \ src/tag/Id3Unique.hxx \
src/tag/TagId3.cxx src/tag/TagId3.hxx \ src/tag/Id3Scan.cxx src/tag/Id3Scan.hxx \
src/tag/TagRva2.cxx src/tag/TagRva2.hxx \ src/tag/Rva2.cxx src/tag/Rva2.hxx \
src/tag/Riff.cxx src/tag/Riff.hxx \ src/tag/Riff.cxx src/tag/Riff.hxx \
src/tag/Aiff.cxx src/tag/Aiff.hxx src/tag/Aiff.cxx src/tag/Aiff.hxx
endif endif

View File

@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "IcyMetaDataParser.hxx" #include "IcyMetaDataParser.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -32,7 +32,7 @@
#include "client/ClientList.hxx" #include "client/ClientList.hxx"
#include "command/AllCommands.hxx" #include "command/AllCommands.hxx"
#include "Partition.hxx" #include "Partition.hxx"
#include "tag/TagConfig.hxx" #include "tag/Config.hxx"
#include "ReplayGainGlobal.hxx" #include "ReplayGainGlobal.hxx"
#include "Idle.hxx" #include "Idle.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -25,7 +25,7 @@
#include "fs/io/TextFile.hxx" #include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx" #include "fs/io/BufferedOutputStream.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"

View File

@ -26,7 +26,7 @@
#include "util/UriUtil.hxx" #include "util/UriUtil.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "fs/FileInfo.hxx" #include "fs/FileInfo.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "TagFile.hxx" #include "TagFile.hxx"
#include "TagStream.hxx" #include "TagStream.hxx"

View File

@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "TagFile.hxx" #include "TagFile.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "decoder/DecoderList.hxx" #include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx" #include "decoder/DecoderPlugin.hxx"

View File

@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "TagStream.hxx" #include "TagStream.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/MimeType.hxx" #include "util/MimeType.hxx"
#include "util/UriUtil.hxx" #include "util/UriUtil.hxx"
#include "decoder/DecoderList.hxx" #include "decoder/DecoderList.hxx"

View File

@ -33,7 +33,7 @@
#include "NeighborCommands.hxx" #include "NeighborCommands.hxx"
#include "OtherCommands.hxx" #include "OtherCommands.hxx"
#include "Permission.hxx" #include "Permission.hxx"
#include "tag/TagType.h" #include "tag/Type.h"
#include "Partition.hxx" #include "Partition.hxx"
#include "client/Client.hxx" #include "client/Client.hxx"
#include "client/Response.hxx" #include "client/Response.hxx"

View File

@ -28,7 +28,7 @@
#include "client/Response.hxx" #include "client/Response.hxx"
#include "util/CharUtil.hxx" #include "util/CharUtil.hxx"
#include "util/UriUtil.hxx" #include "util/UriUtil.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "TagStream.hxx" #include "TagStream.hxx"
#include "TagFile.hxx" #include "TagFile.hxx"

View File

@ -30,7 +30,7 @@
#include "SongPrint.hxx" #include "SongPrint.hxx"
#include "TagPrint.hxx" #include "TagPrint.hxx"
#include "TagStream.hxx" #include "TagStream.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "TimePrint.hxx" #include "TimePrint.hxx"
#include "decoder/DecoderPrint.hxx" #include "decoder/DecoderPrint.hxx"
#include "ls.hxx" #include "ls.hxx"

View File

@ -21,7 +21,7 @@
#define MPD_DATABASE_INTERFACE_HXX #define MPD_DATABASE_INTERFACE_HXX
#include "Visitor.hxx" #include "Visitor.hxx"
#include "tag/TagType.h" #include "tag/Type.h"
#include "tag/Mask.hxx" #include "tag/Mask.hxx"
#include "Compiler.h" #include "Compiler.h"

View File

@ -21,7 +21,7 @@
#define MPD_DB_UNIQUE_TAGS_HXX #define MPD_DB_UNIQUE_TAGS_HXX
#include "Visitor.hxx" #include "Visitor.hxx"
#include "tag/TagType.h" #include "tag/Type.h"
#include "tag/Mask.hxx" #include "tag/Mask.hxx"
class Database; class Database;

View File

@ -31,7 +31,7 @@
#include "SongFilter.hxx" #include "SongFilter.hxx"
#include "Compiler.h" #include "Compiler.h"
#include "config/Block.hxx" #include "config/Block.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"

View File

@ -22,8 +22,8 @@
#include "lib/upnp/Util.hxx" #include "lib/upnp/Util.hxx"
#include "lib/expat/ExpatParser.hxx" #include "lib/expat/ExpatParser.hxx"
#include "Tags.hxx" #include "Tags.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "Tags.hxx" #include "Tags.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
const struct tag_table upnp_tags[] = { const struct tag_table upnp_tags[] = {
{ "upnp:artist", TAG_ARTIST }, { "upnp:artist", TAG_ARTIST },

View File

@ -33,8 +33,8 @@
#include "db/LightSong.hxx" #include "db/LightSong.hxx"
#include "db/Stats.hxx" #include "db/Stats.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
#include "fs/Traits.hxx" #include "fs/Traits.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "SongFilter.hxx" #include "SongFilter.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "AdPlugDecoderPlugin.h" #include "AdPlugDecoderPlugin.h"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"

View File

@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -27,7 +27,7 @@
#include "DsdLib.hxx" #include "DsdLib.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "tag/TagId3.hxx" #include "tag/Id3Scan.hxx"
#ifdef ENABLE_ID3TAG #ifdef ENABLE_ID3TAG
#include <id3tag.h> #include <id3tag.h>

View File

@ -33,7 +33,7 @@
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h" #include "util/bit_reverse.h"
#include "system/ByteOrder.hxx" #include "system/ByteOrder.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "DsdLib.hxx" #include "DsdLib.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -35,7 +35,7 @@
#include "util/bit_reverse.h" #include "util/bit_reverse.h"
#include "system/ByteOrder.hxx" #include "system/ByteOrder.hxx"
#include "DsdLib.hxx" #include "DsdLib.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <string.h> #include <string.h>

View File

@ -23,7 +23,7 @@
#include "../DecoderBuffer.hxx" #include "../DecoderBuffer.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include "util/ConstBuffer.hxx" #include "util/ConstBuffer.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"

View File

@ -32,8 +32,8 @@
#include "FfmpegMetaData.hxx" #include "FfmpegMetaData.hxx"
#include "FfmpegIo.hxx" #include "FfmpegIo.hxx"
#include "pcm/Interleave.hxx" #include "pcm/Interleave.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx" #include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx" #include "tag/MixRamp.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"

View File

@ -22,8 +22,8 @@
#include "config.h" #include "config.h"
#include "FfmpegMetaData.hxx" #include "FfmpegMetaData.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
extern "C" { extern "C" {
#include <libavutil/dict.h> #include <libavutil/dict.h>

View File

@ -21,9 +21,9 @@
#include "FlacMetadata.hxx" #include "FlacMetadata.hxx"
#include "lib/xiph/XiphTags.hxx" #include "lib/xiph/XiphTags.hxx"
#include "MixRampInfo.hxx" #include "MixRampInfo.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/VorbisComment.hxx" #include "tag/VorbisComment.hxx"
#include "tag/ReplayGain.hxx" #include "tag/ReplayGain.hxx"

View File

@ -23,8 +23,8 @@
#include "config/Block.cxx" #include "config/Block.cxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"

View File

@ -22,9 +22,9 @@
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "tag/TagId3.hxx" #include "tag/Id3Scan.hxx"
#include "tag/TagRva2.hxx" #include "tag/Rva2.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx" #include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx" #include "tag/MixRamp.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"

View File

@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "MikmodDecoderPlugin.hxx" #include "MikmodDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"

View File

@ -21,7 +21,7 @@
#include "ModplugDecoderPlugin.hxx" #include "ModplugDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/WritableBuffer.hxx" #include "util/WritableBuffer.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"

View File

@ -23,7 +23,7 @@
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "pcm/Traits.hxx" #include "pcm/Traits.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "util/Clamp.hxx" #include "util/Clamp.hxx"

View File

@ -21,8 +21,8 @@
#include "Mpg123DecoderPlugin.hxx" #include "Mpg123DecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/ReplayGain.hxx" #include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx" #include "tag/MixRamp.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"

View File

@ -29,8 +29,8 @@
#include "decoder/Reader.hxx" #include "decoder/Reader.hxx"
#include "input/Reader.hxx" #include "input/Reader.hxx"
#include "OggCodec.hxx" #include "OggCodec.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -21,7 +21,7 @@
#include "OpusTags.hxx" #include "OpusTags.hxx"
#include "OpusReader.hxx" #include "OpusReader.hxx"
#include "lib/xiph/XiphTags.hxx" #include "lib/xiph/XiphTags.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"

View File

@ -20,8 +20,8 @@
#include "config.h" #include "config.h"
#include "SidplayDecoderPlugin.hxx" #include "SidplayDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"

View File

@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -32,7 +32,7 @@
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "Log.hxx" #include "Log.hxx"
#ifndef HAVE_TREMOR #ifndef HAVE_TREMOR

View File

@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx" #include "CheckAudioFormat.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "util/Macros.hxx" #include "util/Macros.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"

View File

@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "WildmidiDecoderPlugin.hxx" #include "WildmidiDecoderPlugin.hxx"
#include "../DecoderAPI.hxx" #include "../DecoderAPI.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx" #include "fs/FileSystem.hxx"

View File

@ -29,7 +29,7 @@
#include "../InputPlugin.hxx" #include "../InputPlugin.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "event/Call.hxx" #include "event/Call.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"

View File

@ -20,9 +20,9 @@
#include "config.h" #include "config.h"
#include "VorbisComments.hxx" #include "VorbisComments.hxx"
#include "XiphTags.hxx" #include "XiphTags.hxx"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/VorbisComment.hxx" #include "tag/VorbisComment.hxx"
#include "tag/ReplayGain.hxx" #include "tag/ReplayGain.hxx"
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"

View File

@ -21,7 +21,7 @@
#define MPD_XIPH_TAGS_HXX #define MPD_XIPH_TAGS_HXX
#include "check.h" #include "check.h"
#include "tag/TagTable.hxx" #include "tag/Table.hxx"
extern const struct tag_table xiph_tags[]; extern const struct tag_table xiph_tags[];

View File

@ -20,7 +20,7 @@
#ifndef MPD_ICY_META_DATA_SERVER_HXX #ifndef MPD_ICY_META_DATA_SERVER_HXX
#define MPD_ICY_META_DATA_SERVER_HXX #define MPD_ICY_META_DATA_SERVER_HXX
#include "tag/TagType.h" #include "tag/Type.h"
struct Tag; struct Tag;
class Page; class Page;

View File

@ -21,7 +21,7 @@
#include "PlaylistSong.hxx" #include "PlaylistSong.hxx"
#include "SongLoader.hxx" #include "SongLoader.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "fs/Traits.hxx" #include "fs/Traits.hxx"
#include "util/UriUtil.hxx" #include "util/UriUtil.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"

View File

@ -22,7 +22,7 @@
#include "check.h" #include "check.h"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "Compiler.h" #include "Compiler.h"
#include <string> #include <string>

View File

@ -21,7 +21,7 @@
#include "AsxPlaylistPlugin.hxx" #include "AsxPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx" #include "../MemorySongEnumerator.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx" #include "lib/expat/ExpatParser.hxx"

View File

@ -28,7 +28,7 @@
#include "../PlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx"
#include "../SongEnumerator.hxx" #include "../SongEnumerator.hxx"
#include "../cue/CueParser.hxx" #include "../cue/CueParser.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "TagFile.hxx" #include "TagFile.hxx"

View File

@ -23,7 +23,7 @@
#include "../SongEnumerator.hxx" #include "../SongEnumerator.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include "input/TextInputStream.hxx" #include "input/TextInputStream.hxx"

View File

@ -24,7 +24,7 @@
#include "input/TextInputStream.hxx" #include "input/TextInputStream.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "util/DivideString.hxx" #include "util/DivideString.hxx"

View File

@ -21,7 +21,7 @@
#include "RssPlaylistPlugin.hxx" #include "RssPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx" #include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx" #include "../MemorySongEnumerator.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx" #include "lib/expat/ExpatParser.hxx"

View File

@ -23,7 +23,7 @@
#include "../MemorySongEnumerator.hxx" #include "../MemorySongEnumerator.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"

View File

@ -23,7 +23,7 @@
#include "../MemorySongEnumerator.hxx" #include "../MemorySongEnumerator.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx" #include "lib/expat/ExpatParser.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -28,7 +28,7 @@
#include "PlaylistError.hxx" #include "PlaylistError.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
void void
playlist::AddSongIdTag(unsigned id, TagType tag_type, const char *value) playlist::AddSongIdTag(unsigned id, TagType tag_type, const char *value)

View File

@ -21,8 +21,8 @@
#include "ApeTag.hxx" #include "ApeTag.hxx"
#include "ApeLoader.hxx" #include "ApeLoader.hxx"
#include "Tag.hxx" #include "Tag.hxx"
#include "TagTable.hxx" #include "Table.hxx"
#include "TagHandler.hxx" #include "Handler.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"
#include <string> #include <string>

View File

@ -20,7 +20,7 @@
#ifndef MPD_APE_TAG_HXX #ifndef MPD_APE_TAG_HXX
#define MPD_APE_TAG_HXX #define MPD_APE_TAG_HXX
#include "TagTable.hxx" #include "Table.hxx"
class InputStream; class InputStream;
struct TagHandler; struct TagHandler;

View File

@ -18,10 +18,10 @@
*/ */
#include "config.h" #include "config.h"
#include "TagBuilder.hxx" #include "Builder.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "TagPool.hxx" #include "Pool.hxx"
#include "TagString.hxx" #include "FixString.hxx"
#include "Tag.hxx" #include "Tag.hxx"
#include "util/WritableBuffer.hxx" #include "util/WritableBuffer.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"

View File

@ -20,7 +20,7 @@
#ifndef MPD_TAG_BUILDER_HXX #ifndef MPD_TAG_BUILDER_HXX
#define MPD_TAG_BUILDER_HXX #define MPD_TAG_BUILDER_HXX
#include "TagType.h" #include "Type.h"
#include "Chrono.hxx" #include "Chrono.hxx"
#include "Compiler.h" #include "Compiler.h"

View File

@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "TagConfig.hxx" #include "Config.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "Tag.hxx" #include "Tag.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"

View File

@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "TagString.hxx" #include "FixString.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"
#include "util/WritableBuffer.hxx" #include "util/WritableBuffer.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "Generic.hxx" #include "Generic.hxx"
#include "TagId3.hxx" #include "Id3Scan.hxx"
#include "ApeTag.hxx" #include "ApeTag.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"

View File

@ -18,8 +18,8 @@
*/ */
#include "config.h" #include "config.h"
#include "TagHandler.hxx" #include "Handler.hxx"
#include "TagBuilder.hxx" #include "Builder.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include <stdio.h> #include <stdio.h>

View File

@ -21,7 +21,7 @@
#define MPD_TAG_HANDLER_HXX #define MPD_TAG_HANDLER_HXX
#include "check.h" #include "check.h"
#include "TagType.h" #include "Type.h"
#include "Chrono.hxx" #include "Chrono.hxx"
#include <assert.h> #include <assert.h>

View File

@ -18,11 +18,11 @@
*/ */
#include "config.h" #include "config.h"
#include "TagId3.hxx" #include "Id3Scan.hxx"
#include "Id3Load.hxx" #include "Id3Load.hxx"
#include "TagHandler.hxx" #include "Handler.hxx"
#include "TagTable.hxx" #include "Table.hxx"
#include "TagBuilder.hxx" #include "Builder.hxx"
#include "util/Alloc.hxx" #include "util/Alloc.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_TAG_ID3_HXX #ifndef MPD_TAG_ID3_SCAN_HXX
#define MPD_TAG_ID3_HXX #define MPD_TAG_ID3_SCAN_HXX
#include "check.h" #include "check.h"

View File

@ -20,7 +20,7 @@
#ifndef MPD_TAG_ITEM_HXX #ifndef MPD_TAG_ITEM_HXX
#define MPD_TAG_ITEM_HXX #define MPD_TAG_ITEM_HXX
#include "TagType.h" #include "Type.h"
/** /**
* One tag value. It is a mapping of #TagType to am arbitrary string * One tag value. It is a mapping of #TagType to am arbitrary string

View File

@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "TagType.h" #include "Type.h"
const char *const tag_item_names[TAG_NUM_OF_ITEM_TYPES] = { const char *const tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
[TAG_ARTIST] = "Artist", [TAG_ARTIST] = "Artist",

View File

@ -18,8 +18,8 @@
*/ */
#include "config.h" #include "config.h"
#include "TagPool.hxx" #include "Pool.hxx"
#include "TagItem.hxx" #include "Item.hxx"
#include "util/Cast.hxx" #include "util/Cast.hxx"
#include "util/VarSize.hxx" #include "util/VarSize.hxx"
#include "util/StringView.hxx" #include "util/StringView.hxx"

View File

@ -20,7 +20,7 @@
#ifndef MPD_TAG_POOL_HXX #ifndef MPD_TAG_POOL_HXX
#define MPD_TAG_POOL_HXX #define MPD_TAG_POOL_HXX
#include "TagType.h" #include "Type.h"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
extern Mutex tag_pool_lock; extern Mutex tag_pool_lock;

View File

@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "TagRva2.hxx" #include "Rva2.hxx"
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"
#include <id3tag.h> #include <id3tag.h>

View File

@ -18,7 +18,7 @@
*/ */
#include "Set.hxx" #include "Set.hxx"
#include "TagBuilder.hxx" #include "Builder.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include <assert.h> #include <assert.h>

View File

@ -21,7 +21,7 @@
#define MPD_TAG_SETTINGS_HXX #define MPD_TAG_SETTINGS_HXX
#include "Mask.hxx" #include "Mask.hxx"
#include "TagType.h" #include "Type.h"
#include "Compiler.h" #include "Compiler.h"
extern tag_mask_t global_tag_mask; extern tag_mask_t global_tag_mask;

View File

@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "TagTable.hxx" #include "Table.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include <string.h> #include <string.h>

View File

@ -20,7 +20,7 @@
#ifndef MPD_TAG_TABLE_HXX #ifndef MPD_TAG_TABLE_HXX
#define MPD_TAG_TABLE_HXX #define MPD_TAG_TABLE_HXX
#include "TagType.h" #include "Type.h"
#include "Compiler.h" #include "Compiler.h"
struct tag_table { struct tag_table {

View File

@ -19,8 +19,8 @@
#include "config.h" #include "config.h"
#include "Tag.hxx" #include "Tag.hxx"
#include "TagPool.hxx" #include "Pool.hxx"
#include "TagBuilder.hxx" #include "Builder.hxx"
#include "util/ASCII.hxx" #include "util/ASCII.hxx"
#include <assert.h> #include <assert.h>

View File

@ -20,8 +20,8 @@
#ifndef MPD_TAG_HXX #ifndef MPD_TAG_HXX
#define MPD_TAG_HXX #define MPD_TAG_HXX
#include "TagType.h" // IWYU pragma: export #include "Type.h" // IWYU pragma: export
#include "TagItem.hxx" // IWYU pragma: export #include "Item.hxx" // IWYU pragma: export
#include "Chrono.hxx" #include "Chrono.hxx"
#include "Compiler.h" #include "Compiler.h"

View File

@ -29,7 +29,7 @@
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "config/Param.hxx" #include "config/Param.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
#include "tag/TagConfig.hxx" #include "tag/Config.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
#include "Log.hxx" #include "Log.hxx"

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "tag/Id3Load.hxx" #include "tag/Id3Load.hxx"
#include "tag/TagRva2.hxx" #include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"

View File

@ -23,7 +23,7 @@
#include "decoder/DecoderPlugin.hxx" #include "decoder/DecoderPlugin.hxx"
#include "input/Init.hxx" #include "input/Init.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "tag/TagHandler.hxx" #include "tag/Handler.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"

View File

@ -7,7 +7,7 @@
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "SongLoader.hxx" #include "SongLoader.hxx"
#include "client/Client.hxx" #include "client/Client.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "fs/AllocatedPath.hxx" #include "fs/AllocatedPath.hxx"

View File

@ -26,7 +26,7 @@
#include "config/Block.hxx" #include "config/Block.hxx"
#include "fs/io/StdioOutputStream.hxx" #include "fs/io/StdioOutputStream.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx" #include "tag/Builder.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <memory> #include <memory>