diff options
Diffstat (limited to 'src')
76 files changed, 73 insertions, 78 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index acd7d263e..e02e6df15 100644 --- a/src/AllCommands.cxx +++ b/src/AllCommands.cxx @@ -28,7 +28,7 @@ #include "MessageCommands.hxx" #include "OtherCommands.hxx" #include "Permission.hxx" -#include "Tag.hxx" +#include "tag/TagType.h" #include "protocol/Result.hxx" #include "Client.hxx" #include "util/Tokenizer.hxx" diff --git a/src/CrossFade.cxx b/src/CrossFade.cxx index 03b4b7918..db335651a 100644 --- a/src/CrossFade.cxx +++ b/src/CrossFade.cxx @@ -21,7 +21,6 @@ #include "CrossFade.hxx" #include "MusicChunk.hxx" #include "AudioFormat.hxx" -#include "Tag.hxx" #include <cmath> diff --git a/src/DatabaseCommands.cxx b/src/DatabaseCommands.cxx index abed30564..cc9e0937b 100644 --- a/src/DatabaseCommands.cxx +++ b/src/DatabaseCommands.cxx @@ -25,7 +25,7 @@ #include "DatabaseSelection.hxx" #include "CommandError.hxx" #include "ClientInternal.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" #include "SongFilter.hxx" diff --git a/src/DatabaseHelpers.cxx b/src/DatabaseHelpers.cxx index f2086e5d2..f250e447a 100644 --- a/src/DatabaseHelpers.cxx +++ b/src/DatabaseHelpers.cxx @@ -20,7 +20,7 @@ #include "DatabaseHelpers.hxx" #include "DatabasePlugin.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <functional> #include <set> diff --git a/src/DatabaseHelpers.hxx b/src/DatabaseHelpers.hxx index 479cc37c1..e666278f2 100644 --- a/src/DatabaseHelpers.hxx +++ b/src/DatabaseHelpers.hxx @@ -21,7 +21,7 @@ #define MPD_MEMORY_DATABASE_PLUGIN_HXX #include "DatabaseVisitor.hxx" -#include "TagType.h" +#include "tag/TagType.h" #include "gcc.h" class Error; diff --git a/src/DatabasePlugin.hxx b/src/DatabasePlugin.hxx index c17bff63c..9bcbf49fd 100644 --- a/src/DatabasePlugin.hxx +++ b/src/DatabasePlugin.hxx @@ -27,7 +27,7 @@ #define MPD_DATABASE_PLUGIN_HXX #include "DatabaseVisitor.hxx" -#include "TagType.h" +#include "tag/TagType.h" #include "gcc.h" struct config_param; diff --git a/src/DatabasePrint.cxx b/src/DatabasePrint.cxx index cc7bee9e2..c50c7686e 100644 --- a/src/DatabasePrint.cxx +++ b/src/DatabasePrint.cxx @@ -26,7 +26,7 @@ #include "TimePrint.hxx" #include "Directory.hxx" #include "Client.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "Song.hxx" #include "DatabaseGlue.hxx" #include "DatabasePlugin.hxx" diff --git a/src/DatabaseSave.cxx b/src/DatabaseSave.cxx index 4213fb9a0..100c9220e 100644 --- a/src/DatabaseSave.cxx +++ b/src/DatabaseSave.cxx @@ -25,8 +25,8 @@ #include "DirectorySave.hxx" #include "Song.hxx" #include "TextFile.hxx" -#include "TagInternal.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" +#include "tag/TagInternal.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" diff --git a/src/DecoderAPI.hxx b/src/DecoderAPI.hxx index d514ef7cc..ff7cdc27b 100644 --- a/src/DecoderAPI.hxx +++ b/src/DecoderAPI.hxx @@ -31,7 +31,7 @@ #include "DecoderCommand.hxx" #include "DecoderPlugin.hxx" #include "replay_gain_info.h" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "AudioFormat.hxx" #include "ConfigData.hxx" diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx index 6c703e227..c16124c3e 100644 --- a/src/DecoderInternal.cxx +++ b/src/DecoderInternal.cxx @@ -23,7 +23,7 @@ #include "MusicPipe.hxx" #include "MusicBuffer.hxx" #include "MusicChunk.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <assert.h> diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index e18b19409..a789cc30f 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -28,7 +28,7 @@ #include "Mapper.hxx" #include "fs/Path.hxx" #include "DecoderAPI.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "InputStream.hxx" #include "DecoderList.hxx" #include "util/UriUtil.hxx" diff --git a/src/DespotifyUtils.cxx b/src/DespotifyUtils.cxx index 863036464..3747ddbd9 100644 --- a/src/DespotifyUtils.cxx +++ b/src/DespotifyUtils.cxx @@ -18,7 +18,7 @@ */ #include "DespotifyUtils.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "ConfigGlobal.hxx" #include "ConfigOption.hxx" diff --git a/src/EncoderAPI.hxx b/src/EncoderAPI.hxx index b401192e2..b3397f25c 100644 --- a/src/EncoderAPI.hxx +++ b/src/EncoderAPI.hxx @@ -27,7 +27,7 @@ #include "EncoderPlugin.hxx" #include "AudioFormat.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "ConfigData.hxx" #endif diff --git a/src/IcyMetaDataParser.cxx b/src/IcyMetaDataParser.cxx index 6e1e18a51..d00833be1 100644 --- a/src/IcyMetaDataParser.cxx +++ b/src/IcyMetaDataParser.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "IcyMetaDataParser.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/IcyMetaDataServer.cxx b/src/IcyMetaDataServer.cxx index d0ae0b77a..10d4ec94f 100644 --- a/src/IcyMetaDataServer.cxx +++ b/src/IcyMetaDataServer.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "IcyMetaDataServer.hxx" #include "Page.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/IcyMetaDataServer.hxx b/src/IcyMetaDataServer.hxx index ee685adcf..a37239cd7 100644 --- a/src/IcyMetaDataServer.hxx +++ b/src/IcyMetaDataServer.hxx @@ -20,7 +20,7 @@ #ifndef MPD_ICY_META_DATA_SERVER_HXX #define MPD_ICY_META_DATA_SERVER_HXX -#include "TagType.h" +#include "tag/TagType.h" struct Tag; class Page; diff --git a/src/Main.cxx b/src/Main.cxx index 73cae630f..511e136aa 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -38,7 +38,7 @@ #include "Partition.hxx" #include "Volume.hxx" #include "OutputAll.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "replay_gain_config.h" #include "Idle.hxx" #include "SignalHandlers.hxx" diff --git a/src/MusicChunk.cxx b/src/MusicChunk.cxx index fb9019988..9ffe4f509 100644 --- a/src/MusicChunk.cxx +++ b/src/MusicChunk.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "MusicChunk.hxx" #include "AudioFormat.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <assert.h> diff --git a/src/OutputAPI.hxx b/src/OutputAPI.hxx index cc7a0832d..73cbaf183 100644 --- a/src/OutputAPI.hxx +++ b/src/OutputAPI.hxx @@ -23,7 +23,7 @@ #include "OutputPlugin.hxx" #include "OutputInternal.hxx" #include "AudioFormat.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "ConfigData.hxx" #endif diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx index 7d8c2b563..83d9f55bd 100644 --- a/src/PlayerThread.cxx +++ b/src/PlayerThread.cxx @@ -30,7 +30,7 @@ #include "CrossFade.hxx" #include "PlayerControl.hxx" #include "OutputAll.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "Idle.hxx" #include "GlobalEvents.hxx" diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index f4c5b7478..1bec30da9 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -23,7 +23,7 @@ #include "DatabasePlugin.hxx" #include "DatabaseGlue.hxx" #include "ls.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "fs/Path.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" diff --git a/src/Song.cxx b/src/Song.cxx index 023d52071..5ee4c5545 100644 --- a/src/Song.cxx +++ b/src/Song.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "Song.hxx" #include "Directory.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/SongFilter.cxx b/src/SongFilter.cxx index c928c793d..bab81b327 100644 --- a/src/SongFilter.cxx +++ b/src/SongFilter.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "SongFilter.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 7b89eccf4..d46eea6af 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -23,7 +23,7 @@ #include "TagSave.hxx" #include "Directory.hxx" #include "TextFile.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/StringUtil.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" diff --git a/src/SongSort.cxx b/src/SongSort.cxx index 23ecc5ce5..f1eba0439 100644 --- a/src/SongSort.cxx +++ b/src/SongSort.cxx @@ -21,7 +21,7 @@ #include "SongSort.hxx" #include "Song.hxx" #include "util/list.h" -#include "Tag.hxx" +#include "tag/Tag.hxx" extern "C" { #include "util/list_sort.h" diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index f0dafc3a5..8e9768d55 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -25,11 +25,11 @@ #include "Mapper.hxx" #include "fs/Path.hxx" #include "fs/FileSystem.hxx" -#include "Tag.hxx" #include "InputStream.hxx" #include "DecoderPlugin.hxx" #include "DecoderList.hxx" -#include "TagHandler.hxx" +#include "tag/Tag.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 18490792c..3285d63db 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -19,8 +19,8 @@ #include "config.h" #include "TagPrint.hxx" -#include "Tag.hxx" -#include "TagInternal.hxx" +#include "tag/Tag.hxx" +#include "tag/TagInternal.hxx" #include "Song.hxx" #include "Client.hxx" diff --git a/src/TagSave.cxx b/src/TagSave.cxx index 4a9b98a90..b20d986c2 100644 --- a/src/TagSave.cxx +++ b/src/TagSave.cxx @@ -19,8 +19,7 @@ #include "config.h" #include "TagSave.hxx" -#include "Tag.hxx" -#include "TagInternal.hxx" +#include "tag/Tag.hxx" #include "Song.hxx" void diff --git a/src/UpdateContainer.cxx b/src/UpdateContainer.cxx index 44c961a2b..a24f38830 100644 --- a/src/UpdateContainer.cxx +++ b/src/UpdateContainer.cxx @@ -27,8 +27,8 @@ #include "DecoderPlugin.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" -#include "TagHandler.hxx" -#include "Tag.hxx" +#include "tag/TagHandler.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/cue/CueParser.cxx b/src/cue/CueParser.cxx index e2ae6f2dd..584a77a81 100644 --- a/src/cue/CueParser.cxx +++ b/src/cue/CueParser.cxx @@ -21,7 +21,7 @@ #include "CueParser.hxx" #include "util/StringUtil.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <glib.h> diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx index fc8ea1535..6cf7af13f 100644 --- a/src/db/ProxyDatabasePlugin.cxx +++ b/src/db/ProxyDatabasePlugin.cxx @@ -27,7 +27,7 @@ #include "Song.hxx" #include "gcc.h" #include "ConfigData.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" diff --git a/src/decoder/AdPlugDecoderPlugin.cxx b/src/decoder/AdPlugDecoderPlugin.cxx index f3b986fc8..51a3f7ea7 100644 --- a/src/decoder/AdPlugDecoderPlugin.cxx +++ b/src/decoder/AdPlugDecoderPlugin.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "AdPlugDecoderPlugin.h" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "DecoderAPI.hxx" #include "CheckAudioFormat.hxx" #include "util/Error.hxx" diff --git a/src/decoder/AudiofileDecoderPlugin.cxx b/src/decoder/AudiofileDecoderPlugin.cxx index d19249932..6b638bb3f 100644 --- a/src/decoder/AudiofileDecoderPlugin.cxx +++ b/src/decoder/AudiofileDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include <audiofile.h> diff --git a/src/decoder/DsdLib.cxx b/src/decoder/DsdLib.cxx index b093d5d66..7135c9903 100644 --- a/src/decoder/DsdLib.cxx +++ b/src/decoder/DsdLib.cxx @@ -28,7 +28,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "util/bit_reverse.h" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "util/Error.hxx" diff --git a/src/decoder/DsdiffDecoderPlugin.cxx b/src/decoder/DsdiffDecoderPlugin.cxx index 71226b8fb..49b0c601d 100644 --- a/src/decoder/DsdiffDecoderPlugin.cxx +++ b/src/decoder/DsdiffDecoderPlugin.cxx @@ -33,7 +33,7 @@ #include "CheckAudioFormat.hxx" #include "util/bit_reverse.h" #include "util/Error.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "DsdLib.hxx" #include <unistd.h> diff --git a/src/decoder/DsfDecoderPlugin.cxx b/src/decoder/DsfDecoderPlugin.cxx index 5f2422e77..275f34929 100644 --- a/src/decoder/DsfDecoderPlugin.cxx +++ b/src/decoder/DsfDecoderPlugin.cxx @@ -35,7 +35,7 @@ #include "util/bit_reverse.h" #include "util/Error.hxx" #include "DsdLib.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include <unistd.h> #include <stdio.h> /* for SEEK_SET, SEEK_CUR */ diff --git a/src/decoder/FaadDecoderPlugin.cxx b/src/decoder/FaadDecoderPlugin.cxx index 7540413f5..c8acfb521 100644 --- a/src/decoder/FaadDecoderPlugin.cxx +++ b/src/decoder/FaadDecoderPlugin.cxx @@ -23,7 +23,7 @@ #include "DecoderBuffer.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx index b9297ae2a..a0ac5b8fb 100644 --- a/src/decoder/FfmpegDecoderPlugin.cxx +++ b/src/decoder/FfmpegDecoderPlugin.cxx @@ -24,7 +24,7 @@ #include "FfmpegDecoderPlugin.hxx" #include "DecoderAPI.hxx" #include "FfmpegMetaData.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" #include "util/Error.hxx" diff --git a/src/decoder/FfmpegMetaData.cxx b/src/decoder/FfmpegMetaData.cxx index 132eefdaf..f4b7386ef 100644 --- a/src/decoder/FfmpegMetaData.cxx +++ b/src/decoder/FfmpegMetaData.cxx @@ -23,7 +23,7 @@ #include "config.h" #include "FfmpegMetaData.hxx" #include "tag/TagTable.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "ffmpeg" diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index f3b5ba81c..a27fec5d2 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "FlacMetadata.hxx" #include "XiphTags.hxx" -#include "Tag.hxx" -#include "TagHandler.hxx" +#include "tag/Tag.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagTable.hxx" #include "replay_gain_info.h" diff --git a/src/decoder/GmeDecoderPlugin.cxx b/src/decoder/GmeDecoderPlugin.cxx index 006161c78..cc31c6bab 100644 --- a/src/decoder/GmeDecoderPlugin.cxx +++ b/src/decoder/GmeDecoderPlugin.cxx @@ -21,7 +21,7 @@ #include "GmeDecoderPlugin.hxx" #include "DecoderAPI.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" diff --git a/src/decoder/MadDecoderPlugin.cxx b/src/decoder/MadDecoderPlugin.cxx index 88a451412..dc2d0b806 100644 --- a/src/decoder/MadDecoderPlugin.cxx +++ b/src/decoder/MadDecoderPlugin.cxx @@ -24,7 +24,7 @@ #include "ConfigGlobal.hxx" #include "tag/TagId3.hxx" #include "tag/TagRva2.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "CheckAudioFormat.hxx" #include "util/Error.hxx" diff --git a/src/decoder/MikmodDecoderPlugin.cxx b/src/decoder/MikmodDecoderPlugin.cxx index 0de876f06..f98b22a6d 100644 --- a/src/decoder/MikmodDecoderPlugin.cxx +++ b/src/decoder/MikmodDecoderPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "MikmodDecoderPlugin.hxx" #include "DecoderAPI.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "system/FatalError.hxx" #include <glib.h> diff --git a/src/decoder/ModplugDecoderPlugin.cxx b/src/decoder/ModplugDecoderPlugin.cxx index 0305b582d..b5c02507a 100644 --- a/src/decoder/ModplugDecoderPlugin.cxx +++ b/src/decoder/ModplugDecoderPlugin.cxx @@ -21,7 +21,7 @@ #include "ModplugDecoderPlugin.hxx" #include "DecoderAPI.hxx" #include "InputStream.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include <glib.h> #include <modplug.h> diff --git a/src/decoder/MpcdecDecoderPlugin.cxx b/src/decoder/MpcdecDecoderPlugin.cxx index 87d868f19..d9c7a17d1 100644 --- a/src/decoder/MpcdecDecoderPlugin.cxx +++ b/src/decoder/MpcdecDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include <mpc/mpcdec.h> diff --git a/src/decoder/Mpg123DecoderPlugin.cxx b/src/decoder/Mpg123DecoderPlugin.cxx index c30455121..a44fc1241 100644 --- a/src/decoder/Mpg123DecoderPlugin.cxx +++ b/src/decoder/Mpg123DecoderPlugin.cxx @@ -21,7 +21,7 @@ #include "Mpg123DecoderPlugin.hxx" #include "DecoderAPI.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index 2d378ef6c..9d852102b 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -27,7 +27,7 @@ #include "DecoderAPI.hxx" #include "OggCodec.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "InputStream.hxx" #include "util/Error.hxx" diff --git a/src/decoder/OpusTags.cxx b/src/decoder/OpusTags.cxx index a63dc1c24..f09d79c3b 100644 --- a/src/decoder/OpusTags.cxx +++ b/src/decoder/OpusTags.cxx @@ -21,7 +21,7 @@ #include "OpusTags.hxx" #include "OpusReader.hxx" #include "XiphTags.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include <stdint.h> #include <string.h> diff --git a/src/decoder/SndfileDecoderPlugin.cxx b/src/decoder/SndfileDecoderPlugin.cxx index f61e7c2c2..252e88df5 100644 --- a/src/decoder/SndfileDecoderPlugin.cxx +++ b/src/decoder/SndfileDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include <sndfile.h> diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index eb64897d1..48c603ea4 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -20,9 +20,9 @@ #include "config.h" #include "VorbisComments.hxx" #include "XiphTags.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "tag/TagTable.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "replay_gain_info.h" #include <glib.h> diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index d6b0f5eb0..2b175912d 100644 --- a/src/decoder/VorbisDecoderPlugin.cxx +++ b/src/decoder/VorbisDecoderPlugin.cxx @@ -26,7 +26,7 @@ #include "util/Error.hxx" #include "util/UriUtil.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #ifndef HAVE_TREMOR #define OV_EXCLUDE_STATIC_CALLBACKS diff --git a/src/decoder/WavpackDecoderPlugin.cxx b/src/decoder/WavpackDecoderPlugin.cxx index f37bd3f12..d0122ad87 100644 --- a/src/decoder/WavpackDecoderPlugin.cxx +++ b/src/decoder/WavpackDecoderPlugin.cxx @@ -22,7 +22,7 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "CheckAudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "tag/ApeTag.hxx" #include "util/Error.hxx" diff --git a/src/decoder/WildmidiDecoderPlugin.cxx b/src/decoder/WildmidiDecoderPlugin.cxx index 738073d52..daa0e0cc9 100644 --- a/src/decoder/WildmidiDecoderPlugin.cxx +++ b/src/decoder/WildmidiDecoderPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "WildmidiDecoderPlugin.hxx" #include "DecoderAPI.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "util/Error.hxx" #include "fs/Path.hxx" #include "fs/FileSystem.hxx" diff --git a/src/decoder/sidplay_decoder_plugin.cxx b/src/decoder/sidplay_decoder_plugin.cxx index 4e26efecb..19969c00a 100644 --- a/src/decoder/sidplay_decoder_plugin.cxx +++ b/src/decoder/sidplay_decoder_plugin.cxx @@ -19,10 +19,7 @@ #include "config.h" #include "../DecoderAPI.hxx" - -extern "C" { -#include "TagHandler.hxx" -} +#include "tag/TagHandler.hxx" #include <errno.h> #include <stdlib.h> diff --git a/src/encoder/VorbisEncoderPlugin.cxx b/src/encoder/VorbisEncoderPlugin.cxx index 27a368766..65a4d47e2 100644 --- a/src/encoder/VorbisEncoderPlugin.cxx +++ b/src/encoder/VorbisEncoderPlugin.cxx @@ -21,7 +21,7 @@ #include "VorbisEncoderPlugin.hxx" #include "OggStream.hxx" #include "EncoderAPI.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "AudioFormat.hxx" #include "ConfigError.hxx" #include "util/Error.hxx" diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx index cd4733973..fb0401fd8 100644 --- a/src/input/CurlInputPlugin.cxx +++ b/src/input/CurlInputPlugin.cxx @@ -24,7 +24,7 @@ #include "InputPlugin.hxx" #include "ConfigGlobal.hxx" #include "ConfigData.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "IcyMetaDataParser.hxx" #include "event/MultiSocketMonitor.hxx" #include "event/Call.hxx" diff --git a/src/input/DespotifyInputPlugin.cxx b/src/input/DespotifyInputPlugin.cxx index f2b87dbcc..4e441da3c 100644 --- a/src/input/DespotifyInputPlugin.cxx +++ b/src/input/DespotifyInputPlugin.cxx @@ -23,7 +23,7 @@ #include "InputInternal.hxx" #include "InputStream.hxx" #include "InputPlugin.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" extern "C" { #include <despotify.h> diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx index bd4f01261..4bf5421db 100644 --- a/src/input/RewindInputPlugin.cxx +++ b/src/input/RewindInputPlugin.cxx @@ -22,7 +22,7 @@ #include "InputInternal.hxx" #include "InputStream.hxx" #include "InputPlugin.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include <assert.h> #include <string.h> diff --git a/src/playlist/AsxPlaylistPlugin.cxx b/src/playlist/AsxPlaylistPlugin.cxx index 6920ec268..19fa5a0fb 100644 --- a/src/playlist/AsxPlaylistPlugin.cxx +++ b/src/playlist/AsxPlaylistPlugin.cxx @@ -23,7 +23,7 @@ #include "MemorySongEnumerator.hxx" #include "InputStream.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/playlist/CuePlaylistPlugin.cxx b/src/playlist/CuePlaylistPlugin.cxx index 1c1433a6a..0ec5c3068 100644 --- a/src/playlist/CuePlaylistPlugin.cxx +++ b/src/playlist/CuePlaylistPlugin.cxx @@ -21,7 +21,7 @@ #include "CuePlaylistPlugin.hxx" #include "PlaylistPlugin.hxx" #include "SongEnumerator.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "Song.hxx" #include "cue/CueParser.hxx" #include "TextInputStream.hxx" diff --git a/src/playlist/DespotifyPlaylistPlugin.cxx b/src/playlist/DespotifyPlaylistPlugin.cxx index 3e6527ea7..b0394a5da 100644 --- a/src/playlist/DespotifyPlaylistPlugin.cxx +++ b/src/playlist/DespotifyPlaylistPlugin.cxx @@ -22,7 +22,7 @@ #include "DespotifyUtils.hxx" #include "PlaylistPlugin.hxx" #include "MemorySongEnumerator.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "Song.hxx" extern "C" { diff --git a/src/playlist/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/EmbeddedCuePlaylistPlugin.cxx index 8c5309ac1..6b497d50c 100644 --- a/src/playlist/EmbeddedCuePlaylistPlugin.cxx +++ b/src/playlist/EmbeddedCuePlaylistPlugin.cxx @@ -27,8 +27,8 @@ #include "EmbeddedCuePlaylistPlugin.hxx" #include "PlaylistPlugin.hxx" #include "SongEnumerator.hxx" -#include "Tag.hxx" -#include "TagHandler.hxx" +#include "tag/Tag.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" #include "Song.hxx" diff --git a/src/playlist/ExtM3uPlaylistPlugin.cxx b/src/playlist/ExtM3uPlaylistPlugin.cxx index ff3fcbd7e..177e8857d 100644 --- a/src/playlist/ExtM3uPlaylistPlugin.cxx +++ b/src/playlist/ExtM3uPlaylistPlugin.cxx @@ -22,7 +22,7 @@ #include "PlaylistPlugin.hxx" #include "SongEnumerator.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/StringUtil.hxx" #include "TextInputStream.hxx" diff --git a/src/playlist/PlsPlaylistPlugin.cxx b/src/playlist/PlsPlaylistPlugin.cxx index 946fe9c55..721f9adab 100644 --- a/src/playlist/PlsPlaylistPlugin.cxx +++ b/src/playlist/PlsPlaylistPlugin.cxx @@ -23,7 +23,7 @@ #include "MemorySongEnumerator.hxx" #include "InputStream.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/playlist/RssPlaylistPlugin.cxx b/src/playlist/RssPlaylistPlugin.cxx index 97c0d806b..cd42606d6 100644 --- a/src/playlist/RssPlaylistPlugin.cxx +++ b/src/playlist/RssPlaylistPlugin.cxx @@ -23,7 +23,7 @@ #include "MemorySongEnumerator.hxx" #include "InputStream.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/playlist/SoundCloudPlaylistPlugin.cxx b/src/playlist/SoundCloudPlaylistPlugin.cxx index f822382fc..e6dbf5cf9 100644 --- a/src/playlist/SoundCloudPlaylistPlugin.cxx +++ b/src/playlist/SoundCloudPlaylistPlugin.cxx @@ -24,7 +24,7 @@ #include "ConfigData.hxx" #include "InputStream.hxx" #include "Song.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/playlist/XspfPlaylistPlugin.cxx b/src/playlist/XspfPlaylistPlugin.cxx index 002a03f8a..797fd7f3a 100644 --- a/src/playlist/XspfPlaylistPlugin.cxx +++ b/src/playlist/XspfPlaylistPlugin.cxx @@ -22,7 +22,7 @@ #include "PlaylistPlugin.hxx" #include "MemorySongEnumerator.hxx" #include "InputStream.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <glib.h> diff --git a/src/Tag.cxx b/src/tag/Tag.cxx index c960da537..c960da537 100644 --- a/src/Tag.cxx +++ b/src/tag/Tag.cxx diff --git a/src/Tag.hxx b/src/tag/Tag.hxx index 2c5f599e2..2c5f599e2 100644 --- a/src/Tag.hxx +++ b/src/tag/Tag.hxx diff --git a/src/TagHandler.cxx b/src/tag/TagHandler.cxx index 055fae49a..055fae49a 100644 --- a/src/TagHandler.cxx +++ b/src/tag/TagHandler.cxx diff --git a/src/TagHandler.hxx b/src/tag/TagHandler.hxx index 3303dd27e..3303dd27e 100644 --- a/src/TagHandler.hxx +++ b/src/tag/TagHandler.hxx diff --git a/src/TagInternal.hxx b/src/tag/TagInternal.hxx index 8172d1319..8172d1319 100644 --- a/src/TagInternal.hxx +++ b/src/tag/TagInternal.hxx diff --git a/src/TagNames.c b/src/tag/TagNames.c index 2e318f913..2e318f913 100644 --- a/src/TagNames.c +++ b/src/tag/TagNames.c diff --git a/src/TagPool.cxx b/src/tag/TagPool.cxx index 5a0b33c47..5a0b33c47 100644 --- a/src/TagPool.cxx +++ b/src/tag/TagPool.cxx diff --git a/src/TagPool.hxx b/src/tag/TagPool.hxx index a6b28b355..a6b28b355 100644 --- a/src/TagPool.hxx +++ b/src/tag/TagPool.hxx diff --git a/src/TagType.h b/src/tag/TagType.h index 7a1d351a5..7a1d351a5 100644 --- a/src/TagType.h +++ b/src/tag/TagType.h |