Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
03a97d87
Commit
03a97d87
authored
Feb 08, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tag/Tag*: rename several source files
parent
8cbf0990
Hide whitespace changes
Inline
Side-by-side
Showing
83 changed files
with
116 additions
and
116 deletions
+116
-116
Makefile.am
Makefile.am
+11
-11
IcyMetaDataParser.cxx
src/IcyMetaDataParser.cxx
+1
-1
Main.cxx
src/Main.cxx
+1
-1
SongSave.cxx
src/SongSave.cxx
+1
-1
SongUpdate.cxx
src/SongUpdate.cxx
+1
-1
TagFile.cxx
src/TagFile.cxx
+2
-2
TagStream.cxx
src/TagStream.cxx
+2
-2
AllCommands.cxx
src/command/AllCommands.cxx
+1
-1
FileCommands.cxx
src/command/FileCommands.cxx
+1
-1
OtherCommands.cxx
src/command/OtherCommands.cxx
+1
-1
Interface.hxx
src/db/Interface.hxx
+1
-1
UniqueTags.hxx
src/db/UniqueTags.hxx
+1
-1
ProxyDatabasePlugin.cxx
src/db/plugins/ProxyDatabasePlugin.cxx
+1
-1
Directory.cxx
src/db/plugins/upnp/Directory.cxx
+2
-2
Tags.cxx
src/db/plugins/upnp/Tags.cxx
+1
-1
UpnpDatabasePlugin.cxx
src/db/plugins/upnp/UpnpDatabasePlugin.cxx
+2
-2
AdPlugDecoderPlugin.cxx
src/decoder/plugins/AdPlugDecoderPlugin.cxx
+1
-1
AudiofileDecoderPlugin.cxx
src/decoder/plugins/AudiofileDecoderPlugin.cxx
+1
-1
DsdLib.cxx
src/decoder/plugins/DsdLib.cxx
+1
-1
DsdiffDecoderPlugin.cxx
src/decoder/plugins/DsdiffDecoderPlugin.cxx
+1
-1
DsfDecoderPlugin.cxx
src/decoder/plugins/DsfDecoderPlugin.cxx
+1
-1
FaadDecoderPlugin.cxx
src/decoder/plugins/FaadDecoderPlugin.cxx
+1
-1
FfmpegDecoderPlugin.cxx
src/decoder/plugins/FfmpegDecoderPlugin.cxx
+2
-2
FfmpegMetaData.cxx
src/decoder/plugins/FfmpegMetaData.cxx
+2
-2
FlacMetadata.cxx
src/decoder/plugins/FlacMetadata.cxx
+3
-3
GmeDecoderPlugin.cxx
src/decoder/plugins/GmeDecoderPlugin.cxx
+2
-2
MadDecoderPlugin.cxx
src/decoder/plugins/MadDecoderPlugin.cxx
+3
-3
MikmodDecoderPlugin.cxx
src/decoder/plugins/MikmodDecoderPlugin.cxx
+1
-1
ModplugDecoderPlugin.cxx
src/decoder/plugins/ModplugDecoderPlugin.cxx
+1
-1
MpcdecDecoderPlugin.cxx
src/decoder/plugins/MpcdecDecoderPlugin.cxx
+1
-1
Mpg123DecoderPlugin.cxx
src/decoder/plugins/Mpg123DecoderPlugin.cxx
+2
-2
OpusDecoderPlugin.cxx
src/decoder/plugins/OpusDecoderPlugin.cxx
+2
-2
OpusTags.cxx
src/decoder/plugins/OpusTags.cxx
+1
-1
SidplayDecoderPlugin.cxx
src/decoder/plugins/SidplayDecoderPlugin.cxx
+2
-2
SndfileDecoderPlugin.cxx
src/decoder/plugins/SndfileDecoderPlugin.cxx
+1
-1
VorbisDecoderPlugin.cxx
src/decoder/plugins/VorbisDecoderPlugin.cxx
+1
-1
WavpackDecoderPlugin.cxx
src/decoder/plugins/WavpackDecoderPlugin.cxx
+1
-1
WildmidiDecoderPlugin.cxx
src/decoder/plugins/WildmidiDecoderPlugin.cxx
+1
-1
CurlInputPlugin.cxx
src/input/plugins/CurlInputPlugin.cxx
+1
-1
VorbisComments.cxx
src/lib/xiph/VorbisComments.cxx
+3
-3
XiphTags.hxx
src/lib/xiph/XiphTags.hxx
+1
-1
IcyMetaDataServer.hxx
src/output/plugins/httpd/IcyMetaDataServer.hxx
+1
-1
PlaylistSong.cxx
src/playlist/PlaylistSong.cxx
+1
-1
CueParser.hxx
src/playlist/cue/CueParser.hxx
+1
-1
AsxPlaylistPlugin.cxx
src/playlist/plugins/AsxPlaylistPlugin.cxx
+1
-1
EmbeddedCuePlaylistPlugin.cxx
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
+1
-1
ExtM3uPlaylistPlugin.cxx
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
+1
-1
PlsPlaylistPlugin.cxx
src/playlist/plugins/PlsPlaylistPlugin.cxx
+1
-1
RssPlaylistPlugin.cxx
src/playlist/plugins/RssPlaylistPlugin.cxx
+1
-1
SoundCloudPlaylistPlugin.cxx
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
+1
-1
XspfPlaylistPlugin.cxx
src/playlist/plugins/XspfPlaylistPlugin.cxx
+1
-1
PlaylistTag.cxx
src/queue/PlaylistTag.cxx
+1
-1
ApeTag.cxx
src/tag/ApeTag.cxx
+2
-2
ApeTag.hxx
src/tag/ApeTag.hxx
+1
-1
Builder.cxx
src/tag/Builder.cxx
+3
-3
Builder.hxx
src/tag/Builder.hxx
+1
-1
Config.cxx
src/tag/Config.cxx
+1
-1
Config.hxx
src/tag/Config.hxx
+0
-0
FixString.cxx
src/tag/FixString.cxx
+1
-1
FixString.hxx
src/tag/FixString.hxx
+0
-0
Generic.cxx
src/tag/Generic.cxx
+1
-1
Handler.cxx
src/tag/Handler.cxx
+2
-2
Handler.hxx
src/tag/Handler.hxx
+1
-1
Id3Scan.cxx
src/tag/Id3Scan.cxx
+4
-4
Id3Scan.hxx
src/tag/Id3Scan.hxx
+2
-2
Item.hxx
src/tag/Item.hxx
+1
-1
Names.c
src/tag/Names.c
+1
-1
Pool.cxx
src/tag/Pool.cxx
+2
-2
Pool.hxx
src/tag/Pool.hxx
+1
-1
Rva2.cxx
src/tag/Rva2.cxx
+1
-1
Rva2.hxx
src/tag/Rva2.hxx
+0
-0
Set.cxx
src/tag/Set.cxx
+1
-1
Settings.hxx
src/tag/Settings.hxx
+1
-1
Table.cxx
src/tag/Table.cxx
+1
-1
Table.hxx
src/tag/Table.hxx
+1
-1
Tag.cxx
src/tag/Tag.cxx
+2
-2
Tag.hxx
src/tag/Tag.hxx
+2
-2
Type.h
src/tag/Type.h
+0
-0
DumpDatabase.cxx
test/DumpDatabase.cxx
+1
-1
dump_rva2.cxx
test/dump_rva2.cxx
+1
-1
read_tags.cxx
test/read_tags.cxx
+1
-1
test_translate_song.cxx
test/test_translate_song.cxx
+1
-1
test_vorbis_encoder.cxx
test/test_vorbis_encoder.cxx
+1
-1
No files found.
Makefile.am
View file @
03a97d87
...
...
@@ -905,18 +905,18 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
libtag_a_SOURCES
=
\
src/tag/T
agT
ype.h
\
src/tag/Type.h
\
src/tag/Tag.cxx src/tag/Tag.hxx
\
src/tag/
TagBuilder.cxx src/tag/Tag
Builder.hxx
\
src/tag/
Tag
Item.hxx
\
src/tag/
TagHandler.cxx src/tag/Tag
Handler.hxx
\
src/tag/
Builder.cxx src/tag/
Builder.hxx
\
src/tag/Item.hxx
\
src/tag/
Handler.cxx src/tag/
Handler.hxx
\
src/tag/Mask.hxx
\
src/tag/Settings.cxx src/tag/Settings.hxx
\
src/tag/
TagConfig.cxx src/tag/Tag
Config.hxx
\
src/tag/
Tag
Names.c
\
src/tag/
TagString.cxx src/tag/Tag
String.hxx
\
src/tag/
TagPool.cxx src/tag/Tag
Pool.hxx
\
src/tag/Ta
gTable.cxx src/tag/Tag
Table.hxx
\
src/tag/
Config.cxx src/tag/
Config.hxx
\
src/tag/Names.c
\
src/tag/
FixString.cxx src/tag/Fix
String.hxx
\
src/tag/
Pool.cxx src/tag/
Pool.hxx
\
src/tag/Ta
ble.cxx src/tag/
Table.hxx
\
src/tag/Set.cxx src/tag/Set.hxx
\
src/tag/Format.cxx src/tag/Format.hxx
\
src/tag/VorbisComment.cxx src/tag/VorbisComment.hxx
\
...
...
@@ -931,8 +931,8 @@ if ENABLE_ID3TAG
libtag_a_SOURCES
+=
\
src/tag/Id3Load.cxx src/tag/Id3Load.hxx
\
src/tag/Id3Unique.hxx
\
src/tag/
TagId3.cxx src/tag/TagId3
.hxx
\
src/tag/
TagRva2.cxx src/tag/Tag
Rva2.hxx
\
src/tag/
Id3Scan.cxx src/tag/Id3Scan
.hxx
\
src/tag/
Rva2.cxx src/tag/
Rva2.hxx
\
src/tag/Riff.cxx src/tag/Riff.hxx
\
src/tag/Aiff.cxx src/tag/Aiff.hxx
endif
...
...
src/IcyMetaDataParser.cxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "IcyMetaDataParser.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/Domain.hxx"
#include "util/StringView.hxx"
#include "Log.hxx"
...
...
src/Main.cxx
View file @
03a97d87
...
...
@@ -32,7 +32,7 @@
#include "client/ClientList.hxx"
#include "command/AllCommands.hxx"
#include "Partition.hxx"
#include "tag/
Tag
Config.hxx"
#include "tag/Config.hxx"
#include "ReplayGainGlobal.hxx"
#include "Idle.hxx"
#include "Log.hxx"
...
...
src/SongSave.cxx
View file @
03a97d87
...
...
@@ -25,7 +25,7 @@
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/StringUtil.hxx"
#include "util/RuntimeError.hxx"
...
...
src/SongUpdate.cxx
View file @
03a97d87
...
...
@@ -26,7 +26,7 @@
#include "util/UriUtil.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileInfo.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "TagFile.hxx"
#include "TagStream.hxx"
...
...
src/TagFile.cxx
View file @
03a97d87
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "TagFile.hxx"
#include "tag/Generic.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "fs/Path.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
...
...
src/TagStream.cxx
View file @
03a97d87
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "TagStream.hxx"
#include "tag/Generic.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "util/MimeType.hxx"
#include "util/UriUtil.hxx"
#include "decoder/DecoderList.hxx"
...
...
src/command/AllCommands.cxx
View file @
03a97d87
...
...
@@ -33,7 +33,7 @@
#include "NeighborCommands.hxx"
#include "OtherCommands.hxx"
#include "Permission.hxx"
#include "tag/T
agT
ype.h"
#include "tag/Type.h"
#include "Partition.hxx"
#include "client/Client.hxx"
#include "client/Response.hxx"
...
...
src/command/FileCommands.cxx
View file @
03a97d87
...
...
@@ -28,7 +28,7 @@
#include "client/Response.hxx"
#include "util/CharUtil.hxx"
#include "util/UriUtil.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "TagStream.hxx"
#include "TagFile.hxx"
...
...
src/command/OtherCommands.cxx
View file @
03a97d87
...
...
@@ -30,7 +30,7 @@
#include "SongPrint.hxx"
#include "TagPrint.hxx"
#include "TagStream.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "TimePrint.hxx"
#include "decoder/DecoderPrint.hxx"
#include "ls.hxx"
...
...
src/db/Interface.hxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#define MPD_DATABASE_INTERFACE_HXX
#include "Visitor.hxx"
#include "tag/T
agT
ype.h"
#include "tag/Type.h"
#include "tag/Mask.hxx"
#include "Compiler.h"
...
...
src/db/UniqueTags.hxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#define MPD_DB_UNIQUE_TAGS_HXX
#include "Visitor.hxx"
#include "tag/T
agT
ype.h"
#include "tag/Type.h"
#include "tag/Mask.hxx"
class
Database
;
...
...
src/db/plugins/ProxyDatabasePlugin.cxx
View file @
03a97d87
...
...
@@ -31,7 +31,7 @@
#include "SongFilter.hxx"
#include "Compiler.h"
#include "config/Block.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "util/ScopeExit.hxx"
#include "util/RuntimeError.hxx"
...
...
src/db/plugins/upnp/Directory.cxx
View file @
03a97d87
...
...
@@ -22,8 +22,8 @@
#include "lib/upnp/Util.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Tags.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/Builder.hxx"
#include "tag/Table.hxx"
#include "util/NumberParser.hxx"
#include "util/StringView.hxx"
...
...
src/db/plugins/upnp/Tags.cxx
View file @
03a97d87
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Tags.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/Table.hxx"
const
struct
tag_table
upnp_tags
[]
=
{
{
"upnp:artist"
,
TAG_ARTIST
},
...
...
src/db/plugins/upnp/UpnpDatabasePlugin.cxx
View file @
03a97d87
...
...
@@ -33,8 +33,8 @@
#include "db/LightSong.hxx"
#include "db/Stats.hxx"
#include "config/Block.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/Builder.hxx"
#include "tag/Table.hxx"
#include "fs/Traits.hxx"
#include "Log.hxx"
#include "SongFilter.hxx"
...
...
src/decoder/plugins/AdPlugDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "AdPlugDecoderPlugin.h"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "fs/Path.hxx"
...
...
src/decoder/plugins/AudiofileDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/ScopeExit.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
src/decoder/plugins/DsdLib.cxx
View file @
03a97d87
...
...
@@ -27,7 +27,7 @@
#include "DsdLib.hxx"
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "tag/
TagId3
.hxx"
#include "tag/
Id3Scan
.hxx"
#ifdef ENABLE_ID3TAG
#include <id3tag.h>
...
...
src/decoder/plugins/DsdiffDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -33,7 +33,7 @@
#include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h"
#include "system/ByteOrder.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "DsdLib.hxx"
#include "Log.hxx"
...
...
src/decoder/plugins/DsfDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -35,7 +35,7 @@
#include "util/bit_reverse.h"
#include "system/ByteOrder.hxx"
#include "DsdLib.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "Log.hxx"
#include <string.h>
...
...
src/decoder/plugins/FaadDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "../DecoderBuffer.hxx"
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/ScopeExit.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Domain.hxx"
...
...
src/decoder/plugins/FfmpegDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -32,8 +32,8 @@
#include "FfmpegMetaData.hxx"
#include "FfmpegIo.hxx"
#include "pcm/Interleave.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "input/InputStream.hxx"
...
...
src/decoder/plugins/FfmpegMetaData.cxx
View file @
03a97d87
...
...
@@ -22,8 +22,8 @@
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Table.hxx"
#include "tag/Handler.hxx"
extern
"C"
{
#include <libavutil/dict.h>
...
...
src/decoder/plugins/FlacMetadata.cxx
View file @
03a97d87
...
...
@@ -21,9 +21,9 @@
#include "FlacMetadata.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "MixRampInfo.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Table.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "tag/VorbisComment.hxx"
#include "tag/ReplayGain.hxx"
...
...
src/decoder/plugins/GmeDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -23,8 +23,8 @@
#include "config/Block.cxx"
#include "CheckAudioFormat.hxx"
#include "DetachedSong.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/ScopeExit.hxx"
...
...
src/decoder/plugins/MadDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -22,9 +22,9 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "config/ConfigGlobal.hxx"
#include "tag/
TagId3
.hxx"
#include "tag/
Tag
Rva2.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Id3Scan
.hxx"
#include "tag/Rva2.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "CheckAudioFormat.hxx"
...
...
src/decoder/plugins/MikmodDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "MikmodDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "fs/Path.hxx"
#include "util/Domain.hxx"
#include "util/RuntimeError.hxx"
...
...
src/decoder/plugins/ModplugDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#include "ModplugDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/WritableBuffer.hxx"
#include "util/Domain.hxx"
#include "util/RuntimeError.hxx"
...
...
src/decoder/plugins/MpcdecDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "pcm/Traits.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/Domain.hxx"
#include "util/Macros.hxx"
#include "util/Clamp.hxx"
...
...
src/decoder/plugins/Mpg123DecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -21,8 +21,8 @@
#include "Mpg123DecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "fs/Path.hxx"
...
...
src/decoder/plugins/OpusDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -29,8 +29,8 @@
#include "decoder/Reader.hxx"
#include "input/Reader.hxx"
#include "OggCodec.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "input/InputStream.hxx"
#include "util/RuntimeError.hxx"
#include "Log.hxx"
...
...
src/decoder/plugins/OpusTags.cxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#include "OpusTags.hxx"
#include "OpusReader.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "tag/Tag.hxx"
#include "ReplayGainInfo.hxx"
...
...
src/decoder/plugins/SidplayDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "SidplayDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "DetachedSong.hxx"
#include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/decoder/plugins/SndfileDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
src/decoder/plugins/VorbisDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -32,7 +32,7 @@
#include "util/Macros.hxx"
#include "util/ScopeExit.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "Log.hxx"
#ifndef HAVE_TREMOR
...
...
src/decoder/plugins/WavpackDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "fs/Path.hxx"
#include "util/Macros.hxx"
#include "util/Alloc.hxx"
...
...
src/decoder/plugins/WildmidiDecoderPlugin.cxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "WildmidiDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "util/Domain.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
...
...
src/input/plugins/CurlInputPlugin.cxx
View file @
03a97d87
...
...
@@ -29,7 +29,7 @@
#include "../InputPlugin.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/Block.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "event/Call.hxx"
#include "event/Loop.hxx"
#include "thread/Cond.hxx"
...
...
src/lib/xiph/VorbisComments.cxx
View file @
03a97d87
...
...
@@ -20,9 +20,9 @@
#include "config.h"
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Table.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/VorbisComment.hxx"
#include "tag/ReplayGain.hxx"
#include "ReplayGainInfo.hxx"
...
...
src/lib/xiph/XiphTags.hxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#define MPD_XIPH_TAGS_HXX
#include "check.h"
#include "tag/Ta
gTa
ble.hxx"
#include "tag/Table.hxx"
extern
const
struct
tag_table
xiph_tags
[];
...
...
src/output/plugins/httpd/IcyMetaDataServer.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_ICY_META_DATA_SERVER_HXX
#define MPD_ICY_META_DATA_SERVER_HXX
#include "tag/T
agT
ype.h"
#include "tag/Type.h"
struct
Tag
;
class
Page
;
...
...
src/playlist/PlaylistSong.cxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#include "PlaylistSong.hxx"
#include "SongLoader.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "fs/Traits.hxx"
#include "util/UriUtil.hxx"
#include "DetachedSong.hxx"
...
...
src/playlist/cue/CueParser.hxx
View file @
03a97d87
...
...
@@ -22,7 +22,7 @@
#include "check.h"
#include "DetachedSong.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "Compiler.h"
#include <string>
...
...
src/playlist/plugins/AsxPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#include "AsxPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/ASCII.hxx"
#include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx"
...
...
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -28,7 +28,7 @@
#include "../PlaylistPlugin.hxx"
#include "../SongEnumerator.hxx"
#include "../cue/CueParser.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "DetachedSong.hxx"
#include "TagFile.hxx"
...
...
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "../SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include "input/TextInputStream.hxx"
...
...
src/playlist/plugins/PlsPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -24,7 +24,7 @@
#include "input/TextInputStream.hxx"
#include "input/InputStream.hxx"
#include "DetachedSong.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/ASCII.hxx"
#include "util/StringUtil.hxx"
#include "util/DivideString.hxx"
...
...
src/playlist/plugins/RssPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#include "RssPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/ASCII.hxx"
#include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx"
...
...
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "../MemorySongEnumerator.hxx"
#include "config/Block.hxx"
#include "input/InputStream.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/StringCompare.hxx"
#include "util/Alloc.hxx"
#include "util/Domain.hxx"
...
...
src/playlist/plugins/XspfPlaylistPlugin.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "../MemorySongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "input/InputStream.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "util/StringView.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Log.hxx"
...
...
src/queue/PlaylistTag.cxx
View file @
03a97d87
...
...
@@ -28,7 +28,7 @@
#include "PlaylistError.hxx"
#include "DetachedSong.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
void
playlist
::
AddSongIdTag
(
unsigned
id
,
TagType
tag_type
,
const
char
*
value
)
...
...
src/tag/ApeTag.cxx
View file @
03a97d87
...
...
@@ -21,8 +21,8 @@
#include "ApeTag.hxx"
#include "ApeLoader.hxx"
#include "Tag.hxx"
#include "Ta
gTa
ble.hxx"
#include "
Tag
Handler.hxx"
#include "Table.hxx"
#include "Handler.hxx"
#include "util/StringView.hxx"
#include <string>
...
...
src/tag/ApeTag.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_APE_TAG_HXX
#define MPD_APE_TAG_HXX
#include "Ta
gTa
ble.hxx"
#include "Table.hxx"
class
InputStream
;
struct
TagHandler
;
...
...
src/tag/
Tag
Builder.cxx
→
src/tag/Builder.cxx
View file @
03a97d87
...
...
@@ -18,10 +18,10 @@
*/
#include "config.h"
#include "
Tag
Builder.hxx"
#include "Builder.hxx"
#include "Settings.hxx"
#include "
Tag
Pool.hxx"
#include "
Tag
String.hxx"
#include "Pool.hxx"
#include "
Fix
String.hxx"
#include "Tag.hxx"
#include "util/WritableBuffer.hxx"
#include "util/StringView.hxx"
...
...
src/tag/
Tag
Builder.hxx
→
src/tag/Builder.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_TAG_BUILDER_HXX
#define MPD_TAG_BUILDER_HXX
#include "T
agT
ype.h"
#include "Type.h"
#include "Chrono.hxx"
#include "Compiler.h"
...
...
src/tag/
Tag
Config.cxx
→
src/tag/Config.cxx
View file @
03a97d87
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "
Tag
Config.hxx"
#include "Config.hxx"
#include "Settings.hxx"
#include "Tag.hxx"
#include "config/ConfigGlobal.hxx"
...
...
src/tag/
Tag
Config.hxx
→
src/tag/Config.hxx
View file @
03a97d87
File moved
src/tag/
Tag
String.cxx
→
src/tag/
Fix
String.cxx
View file @
03a97d87
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "
Tag
String.hxx"
#include "
Fix
String.hxx"
#include "util/Alloc.hxx"
#include "util/WritableBuffer.hxx"
#include "util/StringView.hxx"
...
...
src/tag/
Tag
String.hxx
→
src/tag/
Fix
String.hxx
View file @
03a97d87
File moved
src/tag/Generic.cxx
View file @
03a97d87
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Generic.hxx"
#include "
TagId3
.hxx"
#include "
Id3Scan
.hxx"
#include "ApeTag.hxx"
#include "fs/Path.hxx"
#include "thread/Mutex.hxx"
...
...
src/tag/
Tag
Handler.cxx
→
src/tag/Handler.cxx
View file @
03a97d87
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "
Tag
Handler.hxx"
#include "
Tag
Builder.hxx"
#include "Handler.hxx"
#include "Builder.hxx"
#include "util/ASCII.hxx"
#include <stdio.h>
...
...
src/tag/
Tag
Handler.hxx
→
src/tag/Handler.hxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#define MPD_TAG_HANDLER_HXX
#include "check.h"
#include "T
agT
ype.h"
#include "Type.h"
#include "Chrono.hxx"
#include <assert.h>
...
...
src/tag/
TagId3
.cxx
→
src/tag/
Id3Scan
.cxx
View file @
03a97d87
...
...
@@ -18,11 +18,11 @@
*/
#include "config.h"
#include "
TagId3
.hxx"
#include "
Id3Scan
.hxx"
#include "Id3Load.hxx"
#include "
Tag
Handler.hxx"
#include "Ta
gTa
ble.hxx"
#include "
Tag
Builder.hxx"
#include "Handler.hxx"
#include "Table.hxx"
#include "Builder.hxx"
#include "util/Alloc.hxx"
#include "util/ScopeExit.hxx"
#include "util/StringUtil.hxx"
...
...
src/tag/
TagId3
.hxx
→
src/tag/
Id3Scan
.hxx
View file @
03a97d87
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_TAG_ID3_HXX
#define MPD_TAG_ID3_HXX
#ifndef MPD_TAG_ID3_
SCAN_
HXX
#define MPD_TAG_ID3_
SCAN_
HXX
#include "check.h"
...
...
src/tag/
Tag
Item.hxx
→
src/tag/Item.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_TAG_ITEM_HXX
#define MPD_TAG_ITEM_HXX
#include "T
agT
ype.h"
#include "Type.h"
/**
* One tag value. It is a mapping of #TagType to am arbitrary string
...
...
src/tag/
Tag
Names.c
→
src/tag/Names.c
View file @
03a97d87
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "T
agT
ype.h"
#include "Type.h"
const
char
*
const
tag_item_names
[
TAG_NUM_OF_ITEM_TYPES
]
=
{
[
TAG_ARTIST
]
=
"Artist"
,
...
...
src/tag/
Tag
Pool.cxx
→
src/tag/Pool.cxx
View file @
03a97d87
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "
Tag
Pool.hxx"
#include "
Tag
Item.hxx"
#include "Pool.hxx"
#include "Item.hxx"
#include "util/Cast.hxx"
#include "util/VarSize.hxx"
#include "util/StringView.hxx"
...
...
src/tag/
Tag
Pool.hxx
→
src/tag/Pool.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_TAG_POOL_HXX
#define MPD_TAG_POOL_HXX
#include "T
agT
ype.h"
#include "Type.h"
#include "thread/Mutex.hxx"
extern
Mutex
tag_pool_lock
;
...
...
src/tag/
Tag
Rva2.cxx
→
src/tag/Rva2.cxx
View file @
03a97d87
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "
Tag
Rva2.hxx"
#include "Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include <id3tag.h>
...
...
src/tag/
Tag
Rva2.hxx
→
src/tag/Rva2.hxx
View file @
03a97d87
File moved
src/tag/Set.cxx
View file @
03a97d87
...
...
@@ -18,7 +18,7 @@
*/
#include "Set.hxx"
#include "
Tag
Builder.hxx"
#include "Builder.hxx"
#include "Settings.hxx"
#include <assert.h>
...
...
src/tag/Settings.hxx
View file @
03a97d87
...
...
@@ -21,7 +21,7 @@
#define MPD_TAG_SETTINGS_HXX
#include "Mask.hxx"
#include "T
agT
ype.h"
#include "Type.h"
#include "Compiler.h"
extern
tag_mask_t
global_tag_mask
;
...
...
src/tag/Ta
gTa
ble.cxx
→
src/tag/Table.cxx
View file @
03a97d87
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "Ta
gTa
ble.hxx"
#include "Table.hxx"
#include "util/ASCII.hxx"
#include <string.h>
...
...
src/tag/Ta
gTa
ble.hxx
→
src/tag/Table.hxx
View file @
03a97d87
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_TAG_TABLE_HXX
#define MPD_TAG_TABLE_HXX
#include "T
agT
ype.h"
#include "Type.h"
#include "Compiler.h"
struct
tag_table
{
...
...
src/tag/Tag.cxx
View file @
03a97d87
...
...
@@ -19,8 +19,8 @@
#include "config.h"
#include "Tag.hxx"
#include "
Tag
Pool.hxx"
#include "
Tag
Builder.hxx"
#include "Pool.hxx"
#include "Builder.hxx"
#include "util/ASCII.hxx"
#include <assert.h>
...
...
src/tag/Tag.hxx
View file @
03a97d87
...
...
@@ -20,8 +20,8 @@
#ifndef MPD_TAG_HXX
#define MPD_TAG_HXX
#include "T
agT
ype.h" // IWYU pragma: export
#include "
Tag
Item.hxx" // IWYU pragma: export
#include "Type.h" // IWYU pragma: export
#include "Item.hxx" // IWYU pragma: export
#include "Chrono.hxx"
#include "Compiler.h"
...
...
src/tag/T
agT
ype.h
→
src/tag/Type.h
View file @
03a97d87
File moved
test/DumpDatabase.cxx
View file @
03a97d87
...
...
@@ -29,7 +29,7 @@
#include "config/ConfigGlobal.hxx"
#include "config/Param.hxx"
#include "config/Block.hxx"
#include "tag/
Tag
Config.hxx"
#include "tag/Config.hxx"
#include "fs/Path.hxx"
#include "event/Loop.hxx"
#include "Log.hxx"
...
...
test/dump_rva2.cxx
View file @
03a97d87
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "tag/Id3Load.hxx"
#include "tag/
Tag
Rva2.hxx"
#include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include "config/ConfigGlobal.hxx"
#include "thread/Mutex.hxx"
...
...
test/read_tags.cxx
View file @
03a97d87
...
...
@@ -23,7 +23,7 @@
#include "decoder/DecoderPlugin.hxx"
#include "input/Init.hxx"
#include "input/InputStream.hxx"
#include "tag/
Tag
Handler.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "fs/Path.hxx"
#include "thread/Cond.hxx"
...
...
test/test_translate_song.cxx
View file @
03a97d87
...
...
@@ -7,7 +7,7 @@
#include "DetachedSong.hxx"
#include "SongLoader.hxx"
#include "client/Client.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "util/Domain.hxx"
#include "fs/AllocatedPath.hxx"
...
...
test/test_vorbis_encoder.cxx
View file @
03a97d87
...
...
@@ -26,7 +26,7 @@
#include "config/Block.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "tag/Tag.hxx"
#include "tag/
Tag
Builder.hxx"
#include "tag/Builder.hxx"
#include "Log.hxx"
#include <memory>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment