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
90201e99
Commit
90201e99
authored
Aug 02, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DetachedSong, db/LightSong, SongFilter: move to src/song/
parent
a31da51f
Hide whitespace changes
Inline
Side-by-side
Showing
67 changed files
with
89 additions
and
90 deletions
+89
-90
Makefile.am
Makefile.am
+13
-14
Partition.cxx
src/Partition.cxx
+1
-1
PlaylistFile.cxx
src/PlaylistFile.cxx
+1
-1
PlaylistSave.cxx
src/PlaylistSave.cxx
+1
-1
SongLoader.cxx
src/SongLoader.cxx
+1
-1
SongPrint.cxx
src/SongPrint.cxx
+2
-2
SongSave.cxx
src/SongSave.cxx
+1
-1
SongUpdate.cxx
src/SongUpdate.cxx
+1
-1
DatabaseCommands.cxx
src/command/DatabaseCommands.cxx
+1
-1
OtherCommands.cxx
src/command/OtherCommands.cxx
+1
-1
QueueCommands.cxx
src/command/QueueCommands.cxx
+2
-2
Count.cxx
src/db/Count.cxx
+1
-1
DatabasePlaylist.cxx
src/db/DatabasePlaylist.cxx
+1
-1
DatabasePrint.cxx
src/db/DatabasePrint.cxx
+3
-3
DatabaseQueue.cxx
src/db/DatabaseQueue.cxx
+1
-1
DatabaseSong.cxx
src/db/DatabaseSong.cxx
+2
-2
Helpers.cxx
src/db/Helpers.cxx
+1
-1
Selection.cxx
src/db/Selection.cxx
+1
-1
UniqueTags.cxx
src/db/UniqueTags.cxx
+1
-1
ProxyDatabasePlugin.cxx
src/db/plugins/ProxyDatabasePlugin.cxx
+2
-2
Directory.cxx
src/db/plugins/simple/Directory.cxx
+2
-2
DirectorySave.cxx
src/db/plugins/simple/DirectorySave.cxx
+1
-1
Mount.cxx
src/db/plugins/simple/Mount.cxx
+1
-1
PrefixedLightSong.hxx
src/db/plugins/simple/PrefixedLightSong.hxx
+1
-1
SimpleDatabasePlugin.hxx
src/db/plugins/simple/SimpleDatabasePlugin.hxx
+1
-1
Song.cxx
src/db/plugins/simple/Song.cxx
+2
-2
UpnpDatabasePlugin.cxx
src/db/plugins/upnp/UpnpDatabasePlugin.cxx
+2
-2
Container.cxx
src/db/update/Container.cxx
+1
-1
Bridge.cxx
src/decoder/Bridge.cxx
+1
-1
DecoderControl.cxx
src/decoder/DecoderControl.cxx
+1
-1
DecoderThread.cxx
src/decoder/DecoderThread.cxx
+1
-1
GmeDecoderPlugin.cxx
src/decoder/plugins/GmeDecoderPlugin.cxx
+1
-1
SidplayDecoderPlugin.cxx
src/decoder/plugins/SidplayDecoderPlugin.cxx
+1
-1
Control.cxx
src/player/Control.cxx
+1
-1
Thread.cxx
src/player/Thread.cxx
+1
-1
MemorySongEnumerator.hxx
src/playlist/MemorySongEnumerator.hxx
+1
-1
PlaylistQueue.cxx
src/playlist/PlaylistQueue.cxx
+1
-1
PlaylistSong.cxx
src/playlist/PlaylistSong.cxx
+1
-1
Print.cxx
src/playlist/Print.cxx
+1
-1
CueParser.hxx
src/playlist/cue/CueParser.hxx
+1
-1
EmbeddedCuePlaylistPlugin.cxx
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
+1
-1
ExtM3uPlaylistPlugin.cxx
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
+1
-1
FlacPlaylistPlugin.cxx
src/playlist/plugins/FlacPlaylistPlugin.cxx
+1
-1
M3uPlaylistPlugin.cxx
src/playlist/plugins/M3uPlaylistPlugin.cxx
+1
-1
PlsPlaylistPlugin.cxx
src/playlist/plugins/PlsPlaylistPlugin.cxx
+1
-1
XspfPlaylistPlugin.cxx
src/playlist/plugins/XspfPlaylistPlugin.cxx
+1
-1
Playlist.cxx
src/queue/Playlist.cxx
+1
-1
PlaylistControl.cxx
src/queue/PlaylistControl.cxx
+1
-1
PlaylistEdit.cxx
src/queue/PlaylistEdit.cxx
+1
-1
PlaylistTag.cxx
src/queue/PlaylistTag.cxx
+1
-1
PlaylistUpdate.cxx
src/queue/PlaylistUpdate.cxx
+2
-2
Queue.cxx
src/queue/Queue.cxx
+1
-1
QueuePrint.cxx
src/queue/QueuePrint.cxx
+3
-3
QueueSave.cxx
src/queue/QueueSave.cxx
+1
-1
DetachedSong.cxx
src/song/DetachedSong.cxx
+2
-2
DetachedSong.hxx
src/song/DetachedSong.hxx
+0
-0
Filter.cxx
src/song/Filter.cxx
+2
-2
Filter.hxx
src/song/Filter.hxx
+0
-0
LightSong.cxx
src/song/LightSong.cxx
+0
-0
LightSong.hxx
src/song/LightSong.hxx
+0
-0
SongSticker.cxx
src/sticker/SongSticker.cxx
+1
-1
ContainerScan.cxx
test/ContainerScan.cxx
+1
-1
DumpDatabase.cxx
test/DumpDatabase.cxx
+1
-1
ParseSongFilter.cxx
test/ParseSongFilter.cxx
+1
-1
dump_playlist.cxx
test/dump_playlist.cxx
+1
-1
test_queue_priority.cxx
test/test_queue_priority.cxx
+1
-1
test_translate_song.cxx
test/test_translate_song.cxx
+1
-1
No files found.
Makefile.am
View file @
90201e99
...
...
@@ -22,6 +22,7 @@ noinst_LIBRARIES = \
libpcm.a
\
libbasic.a
\
libconf.a
\
libsong.a
\
libtag.a
\
libinput.a
\
libfs.a
\
...
...
@@ -53,6 +54,7 @@ src_mpd_LDADD = \
$(INPUT_LIBS)
\
$(ARCHIVE_LIBS)
\
$(OUTPUT_LIBS)
\
libsong.a
\
$(TAG_LIBS)
\
$(FILTER_LIBS)
\
$(ENCODER_LIBS)
\
...
...
@@ -168,7 +170,6 @@ libmpd_a_SOURCES = \
src/queue/Listener.hxx
\
src/PluginUnavailable.hxx
\
src/ReplayGainGlobal.cxx src/ReplayGainGlobal.hxx
\
src/DetachedSong.cxx src/DetachedSong.hxx
\
src/LocateUri.cxx src/LocateUri.hxx
\
src/SongUpdate.cxx
\
src/SongLoader.cxx src/SongLoader.hxx
\
...
...
@@ -184,7 +185,6 @@ libmpd_a_SOURCES = \
src/TimePrint.cxx src/TimePrint.hxx
\
src/mixer/Volume.cxx src/mixer/Volume.hxx
\
src/Chrono.hxx
\
src/SongFilter.cxx src/SongFilter.hxx
\
src/PlaylistFile.cxx src/PlaylistFile.hxx
if
ENABLE_CURL
...
...
@@ -218,7 +218,6 @@ libmpd_a_SOURCES += \
src/command/StorageCommands.cxx src/command/StorageCommands.hxx
\
src/command/DatabaseCommands.cxx src/command/DatabaseCommands.hxx
\
src/db/Count.cxx src/db/Count.hxx
\
src/db/LightSong.cxx src/db/LightSong.hxx
\
src/db/LightDirectory.hxx
\
src/db/update/UpdateDomain.cxx src/db/update/UpdateDomain.hxx
\
src/db/update/Config.cxx src/db/update/Config.hxx
\
...
...
@@ -1026,6 +1025,13 @@ libconf_a_SOURCES = \
src/config/Domain.cxx src/config/Domain.hxx
\
src/config/Option.hxx
# the Song library
libsong_a_SOURCES
=
\
src/song/DetachedSong.cxx src/song/DetachedSong.hxx
\
src/song/Filter.cxx src/song/Filter.hxx
\
src/song/LightSong.cxx src/song/LightSong.hxx
# tag plugins
libtag_a_CPPFLAGS
=
$(AM_CPPFLAGS)
\
...
...
@@ -1917,11 +1923,11 @@ noinst_PROGRAMS += test/read_mixer
endif
test_ParseSongFilter_LDADD
=
\
libsong.a
\
$(TAG_LIBS)
\
$(ICU_LDADD)
\
libutil.a
test_ParseSongFilter_SOURCES
=
\
src/SongFilter.cxx
\
test
/ParseSongFilter.cxx
test_read_conf_LDADD
=
\
...
...
@@ -1945,6 +1951,7 @@ if ENABLE_DATABASE
test_DumpDatabase_LDADD
=
\
$(DB_LIBS)
\
libsong.a
\
$(TAG_LIBS)
\
libconf.a
\
libevent.a
\
...
...
@@ -1964,9 +1971,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/AudioParser.cxx
\
src/pcm/SampleFormat.cxx
\
src/SongSave.cxx
\
src/DetachedSong.cxx
\
src/TagSave.cxx
\
src/SongFilter.cxx
src/TagSave.cxx
test_DumpDatabase_CPPFLAGS
=
$(AM_CPPFLAGS)
if
ENABLE_UPNP
...
...
@@ -2117,8 +2122,7 @@ test_dump_playlist_LDADD = \
test_dump_playlist_SOURCES
=
test
/dump_playlist.cxx
\
src/Log.cxx src/LogBackend.cxx
\
src/TagSave.cxx
\
src/TagFile.cxx
\
src/DetachedSong.cxx
src/TagFile.cxx
if
ENABLE_FLAC
test_dump_playlist_SOURCES
+=
\
...
...
@@ -2141,7 +2145,6 @@ test_run_decoder_LDADD = \
libutil.a
test_run_decoder_SOURCES
=
test
/run_decoder.cxx
\
test
/DumpDecoderClient.cxx
test
/DumpDecoderClient.hxx
\
src/DetachedSong.cxx
\
src/Log.cxx src/LogBackend.cxx
\
src/ReplayGainInfo.cxx
...
...
@@ -2160,7 +2163,6 @@ test_read_tags_LDADD = \
libsystem.a
\
libutil.a
test_read_tags_SOURCES
=
test
/read_tags.cxx
\
src/DetachedSong.cxx
\
src/Log.cxx src/LogBackend.cxx
\
src/ReplayGainInfo.cxx
...
...
@@ -2191,7 +2193,6 @@ test_ContainerScan_LDADD = \
libsystem.a
\
libutil.a
test_ContainerScan_SOURCES
=
test
/ContainerScan.cxx
\
src/DetachedSong.cxx
\
src/SongSave.cxx src/TagSave.cxx
\
src/Log.cxx src/LogBackend.cxx
\
src/ReplayGainInfo.cxx
\
...
...
@@ -2453,7 +2454,6 @@ if ENABLE_DATABASE
test_test_translate_song_SOURCES
=
\
src/playlist/PlaylistSong.cxx
\
src/PlaylistError.cxx
\
src/DetachedSong.cxx
\
src/SongLoader.cxx
\
src/LocateUri.cxx
\
src/Log.cxx
\
...
...
@@ -2483,7 +2483,6 @@ test_test_protocol_LDADD = \
test_test_queue_priority_SOURCES
=
\
src/queue/Queue.cxx
\
src/DetachedSong.cxx
\
test
/test_queue_priority.cxx
test_test_queue_priority_CPPFLAGS
=
$(AM_CPPFLAGS)
$(CPPUNIT_CFLAGS)
test_test_queue_priority_CXXFLAGS
=
$(AM_CXXFLAGS)
-Wno-error
=
deprecated-declarations
...
...
src/Partition.cxx
View file @
90201e99
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Partition.hxx"
#include "Instance.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "mixer/Volume.hxx"
#include "IdleFlags.hxx"
#include "client/Listener.hxx"
...
...
src/PlaylistFile.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "PlaylistError.hxx"
#include "db/PlaylistInfo.hxx"
#include "db/PlaylistVector.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongLoader.hxx"
#include "Mapper.hxx"
#include "fs/io/TextFile.hxx"
...
...
src/PlaylistSave.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "PlaylistFile.hxx"
#include "PlaylistError.hxx"
#include "queue/Playlist.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "Mapper.hxx"
#include "Idle.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/SongLoader.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "client/Client.hxx"
#include "db/DatabaseSong.hxx"
#include "storage/StorageInterface.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "PlaylistError.hxx"
#include <assert.h>
...
...
src/SongPrint.cxx
View file @
90201e99
...
...
@@ -19,11 +19,11 @@
#include "config.h"
#include "SongPrint.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "storage/StorageInterface.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "TimePrint.hxx"
#include "TagPrint.hxx"
#include "client/Response.hxx"
...
...
src/SongSave.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "SongSave.hxx"
#include "AudioParser.hxx"
#include "db/plugins/simple/Song.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "TagSave.hxx"
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
...
...
src/SongUpdate.cxx
View file @
90201e99
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
/* must be first for large file support */
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "db/plugins/simple/Song.hxx"
#include "db/plugins/simple/Directory.hxx"
#include "storage/StorageInterface.hxx"
...
...
src/command/DatabaseCommands.cxx
View file @
90201e99
...
...
@@ -34,7 +34,7 @@
#include "util/Exception.hxx"
#include "util/StringAPI.hxx"
#include "util/ASCII.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "BulkEdit.hxx"
#include <memory>
...
...
src/command/OtherCommands.cxx
View file @
90201e99
...
...
@@ -26,7 +26,7 @@
#include "db/Uri.hxx"
#include "storage/StorageInterface.hxx"
#include "LocateUri.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongPrint.hxx"
#include "TagPrint.hxx"
#include "TagStream.hxx"
...
...
src/command/QueueCommands.cxx
View file @
90201e99
...
...
@@ -23,9 +23,9 @@
#include "CommandError.hxx"
#include "db/DatabaseQueue.hxx"
#include "db/Selection.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "SongLoader.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "LocateUri.hxx"
#include "queue/Playlist.hxx"
#include "PlaylistPrint.hxx"
...
...
src/db/Count.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "Interface.hxx"
#include "Partition.hxx"
#include "client/Response.hxx"
#include "LightSong.hxx"
#include "
song/
LightSong.hxx"
#include "tag/Tag.hxx"
#include "TagPrint.hxx"
...
...
src/db/DatabasePlaylist.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "Selection.hxx"
#include "PlaylistFile.hxx"
#include "Interface.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include <functional>
...
...
src/db/DatabasePrint.cxx
View file @
90201e99
...
...
@@ -20,16 +20,16 @@
#include "config.h"
#include "DatabasePrint.hxx"
#include "Selection.hxx"
#include "SongFilter.hxx"
#include "SongPrint.hxx"
#include "DetachedSong.hxx"
#include "TimePrint.hxx"
#include "TagPrint.hxx"
#include "client/Response.hxx"
#include "Partition.hxx"
#include "song/DetachedSong.hxx"
#include "song/Filter.hxx"
#include "song/LightSong.hxx"
#include "tag/Tag.hxx"
#include "tag/Mask.hxx"
#include "LightSong.hxx"
#include "LightDirectory.hxx"
#include "PlaylistInfo.hxx"
#include "Interface.hxx"
...
...
src/db/DatabaseQueue.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "Interface.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include <functional>
...
...
src/db/DatabaseSong.cxx
View file @
90201e99
...
...
@@ -19,9 +19,9 @@
#include "config.h"
#include "DatabaseSong.hxx"
#include "LightSong.hxx"
#include "Interface.hxx"
#include "DetachedSong.hxx"
#include "song/DetachedSong.hxx"
#include "song/LightSong.hxx"
#include "storage/StorageInterface.hxx"
#include "util/ScopeExit.hxx"
...
...
src/db/Helpers.cxx
View file @
90201e99
...
...
@@ -20,7 +20,7 @@
#include "Helpers.hxx"
#include "Stats.hxx"
#include "Interface.hxx"
#include "LightSong.hxx"
#include "
song/
LightSong.hxx"
#include "tag/Tag.hxx"
#include <set>
...
...
src/db/Selection.cxx
View file @
90201e99
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Selection.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
DatabaseSelection
::
DatabaseSelection
(
const
char
*
_uri
,
bool
_recursive
,
const
SongFilter
*
_filter
)
...
...
src/db/UniqueTags.cxx
View file @
90201e99
...
...
@@ -19,7 +19,7 @@
#include "UniqueTags.hxx"
#include "Interface.hxx"
#include "LightSong.hxx"
#include "
song/
LightSong.hxx"
#include "tag/Set.hxx"
#include "tag/Mask.hxx"
...
...
src/db/plugins/ProxyDatabasePlugin.cxx
View file @
90201e99
...
...
@@ -26,9 +26,9 @@
#include "db/DatabaseError.hxx"
#include "db/PlaylistInfo.hxx"
#include "db/LightDirectory.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "db/Stats.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "Compiler.h"
#include "config/Block.hxx"
#include "tag/Builder.hxx"
...
...
src/db/plugins/simple/Directory.cxx
View file @
90201e99
...
...
@@ -23,11 +23,11 @@
#include "Song.hxx"
#include "Mount.hxx"
#include "db/LightDirectory.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "db/Uri.hxx"
#include "db/DatabaseLock.hxx"
#include "db/Interface.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "lib/icu/Collate.hxx"
#include "fs/Traits.hxx"
#include "util/Alloc.hxx"
...
...
src/db/plugins/simple/DirectorySave.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "Directory.hxx"
#include "Song.hxx"
#include "SongSave.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "PlaylistDatabase.hxx"
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
...
...
src/db/plugins/simple/Mount.cxx
View file @
90201e99
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Mount.hxx"
#include "PrefixedLightSong.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "db/Selection.hxx"
#include "db/LightDirectory.hxx"
#include "db/Interface.hxx"
...
...
src/db/plugins/simple/PrefixedLightSong.hxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#define MPD_DB_SIMPLE_PREFIXED_LIGHT_SONG_HXX
#include "check.h"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "fs/Traits.hxx"
#include <string>
...
...
src/db/plugins/simple/SimpleDatabasePlugin.hxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "check.h"
#include "db/Interface.hxx"
#include "fs/AllocatedPath.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "util/Manual.hxx"
#include "Compiler.h"
...
...
src/db/plugins/simple/Song.cxx
View file @
90201e99
...
...
@@ -22,8 +22,8 @@
#include "Directory.hxx"
#include "tag/Tag.hxx"
#include "util/VarSize.hxx"
#include "DetachedSong.hxx"
#include "
db
/LightSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "
song
/LightSong.hxx"
#include <assert.h>
#include <string.h>
...
...
src/db/plugins/upnp/UpnpDatabasePlugin.cxx
View file @
90201e99
...
...
@@ -29,7 +29,7 @@
#include "db/Selection.hxx"
#include "db/DatabaseError.hxx"
#include "db/LightDirectory.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "db/Stats.hxx"
#include "config/Block.hxx"
#include "tag/Builder.hxx"
...
...
@@ -37,7 +37,7 @@
#include "tag/Mask.hxx"
#include "fs/Traits.hxx"
#include "Log.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "util/SplitString.hxx"
#include <string>
...
...
src/db/update/Container.cxx
View file @
90201e99
...
...
@@ -20,7 +20,7 @@
#include "config.h"
/* must be first for large file support */
#include "Walk.hxx"
#include "UpdateDomain.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "db/DatabaseLock.hxx"
#include "db/plugins/simple/Directory.hxx"
#include "db/plugins/simple/Song.hxx"
...
...
src/decoder/Bridge.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "DecoderError.hxx"
#include "DecoderControl.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "pcm/PcmConvert.hxx"
#include "MusicPipe.hxx"
#include "MusicBuffer.hxx"
...
...
src/decoder/DecoderControl.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "DecoderControl.hxx"
#include "DecoderError.hxx"
#include "MusicPipe.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include <stdexcept>
...
...
src/decoder/DecoderThread.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "Bridge.hxx"
#include "DecoderError.hxx"
#include "DecoderPlugin.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "MusicPipe.hxx"
#include "fs/Traits.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/decoder/plugins/GmeDecoderPlugin.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx"
#include "config/Block.cxx"
#include "CheckAudioFormat.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "fs/Path.hxx"
...
...
src/decoder/plugins/SidplayDecoderPlugin.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "../DecoderAPI.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/Macros.hxx"
...
...
src/player/Control.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "Control.hxx"
#include "Outputs.hxx"
#include "Idle.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include <algorithm>
...
...
src/player/Thread.cxx
View file @
90201e99
...
...
@@ -26,7 +26,7 @@
#include "MusicPipe.hxx"
#include "MusicBuffer.hxx"
#include "MusicChunk.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "CrossFade.hxx"
#include "Control.hxx"
#include "tag/Tag.hxx"
...
...
src/playlist/MemorySongEnumerator.hxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#define MPD_MEMORY_PLAYLIST_PROVIDER_HXX
#include "SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "Compiler.h"
#include <forward_list>
...
...
src/playlist/PlaylistQueue.cxx
View file @
90201e99
...
...
@@ -24,7 +24,7 @@
#include "PlaylistError.hxx"
#include "queue/Playlist.hxx"
#include "SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "thread/Mutex.hxx"
#include "fs/Traits.hxx"
...
...
src/playlist/PlaylistSong.cxx
View file @
90201e99
...
...
@@ -24,7 +24,7 @@
#include "tag/Builder.hxx"
#include "fs/Traits.hxx"
#include "util/UriUtil.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include <string.h>
...
...
src/playlist/Print.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "PlaylistSong.hxx"
#include "SongEnumerator.hxx"
#include "SongPrint.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "fs/Traits.hxx"
#include "thread/Mutex.hxx"
#include "Partition.hxx"
...
...
src/playlist/cue/CueParser.hxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#define MPD_CUE_PARSER_HXX
#include "check.h"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "tag/Builder.hxx"
#include "Compiler.h"
...
...
src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -30,7 +30,7 @@
#include "../cue/CueParser.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "TagFile.hxx"
#include "fs/Traits.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "ExtM3uPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "tag/Tag.hxx"
#include "tag/Builder.hxx"
#include "util/StringStrip.hxx"
...
...
src/playlist/plugins/FlacPlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -27,7 +27,7 @@
#include "FlacPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "fs/Traits.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/NarrowPath.hxx"
...
...
src/playlist/plugins/M3uPlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "M3uPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../SongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "input/TextInputStream.hxx"
#include "util/StringStrip.hxx"
...
...
src/playlist/plugins/PlsPlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
#include "../MemorySongEnumerator.hxx"
#include "input/TextInputStream.hxx"
#include "input/InputStream.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "tag/Builder.hxx"
#include "util/ASCII.hxx"
#include "util/StringStrip.hxx"
...
...
src/playlist/plugins/XspfPlaylistPlugin.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "XspfPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "input/InputStream.hxx"
#include "tag/Builder.hxx"
#include "util/StringView.hxx"
...
...
src/queue/Playlist.cxx
View file @
90201e99
...
...
@@ -22,7 +22,7 @@
#include "Listener.hxx"
#include "PlaylistError.hxx"
#include "player/Control.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SingleMode.hxx"
#include "Log.hxx"
...
...
src/queue/PlaylistControl.cxx
View file @
90201e99
...
...
@@ -26,7 +26,7 @@
#include "Playlist.hxx"
#include "PlaylistError.hxx"
#include "player/Control.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "Log.hxx"
void
...
...
src/queue/PlaylistEdit.cxx
View file @
90201e99
...
...
@@ -28,7 +28,7 @@
#include "Listener.hxx"
#include "PlaylistError.hxx"
#include "player/Control.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongLoader.hxx"
#include <memory>
...
...
src/queue/PlaylistTag.cxx
View file @
90201e99
...
...
@@ -26,7 +26,7 @@
#include "config.h"
#include "Playlist.hxx"
#include "PlaylistError.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "tag/Tag.hxx"
#include "tag/Builder.hxx"
...
...
src/queue/PlaylistUpdate.cxx
View file @
90201e99
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "Playlist.hxx"
#include "db/Interface.hxx"
#include "
db
/LightSong.hxx"
#include "DetachedSong.hxx"
#include "
song
/LightSong.hxx"
#include "
song/
DetachedSong.hxx"
static
bool
UpdatePlaylistSong
(
const
Database
&
db
,
DetachedSong
&
song
)
...
...
src/queue/Queue.cxx
View file @
90201e99
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Queue.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
Queue
::
Queue
(
unsigned
_max_length
)
noexcept
:
max_length
(
_max_length
),
...
...
src/queue/QueuePrint.cxx
View file @
90201e99
...
...
@@ -20,10 +20,10 @@
#include "config.h"
#include "QueuePrint.hxx"
#include "Queue.hxx"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "SongPrint.hxx"
#include "DetachedSong.hxx"
#include "
db
/LightSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "
song
/LightSong.hxx"
#include "client/Response.hxx"
/**
...
...
src/queue/QueueSave.cxx
View file @
90201e99
...
...
@@ -21,7 +21,7 @@
#include "QueueSave.hxx"
#include "Queue.hxx"
#include "PlaylistError.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongSave.hxx"
#include "playlist/PlaylistSong.hxx"
#include "fs/io/TextFile.hxx"
...
...
src/DetachedSong.cxx
→
src/
song/
DetachedSong.cxx
View file @
90201e99
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "DetachedSong.hxx"
#include "
db
/LightSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "
song
/LightSong.hxx"
#include "util/UriUtil.hxx"
#include "fs/Traits.hxx"
...
...
src/DetachedSong.hxx
→
src/
song/
DetachedSong.hxx
View file @
90201e99
File moved
src/
Song
Filter.cxx
→
src/
song/
Filter.cxx
View file @
90201e99
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "
Song
Filter.hxx"
#include "
db/
LightSong.hxx"
#include "Filter.hxx"
#include "LightSong.hxx"
#include "tag/ParseName.hxx"
#include "tag/Tag.hxx"
#include "util/CharUtil.hxx"
...
...
src/
Song
Filter.hxx
→
src/
song/
Filter.hxx
View file @
90201e99
File moved
src/
db
/LightSong.cxx
→
src/
song
/LightSong.cxx
View file @
90201e99
File moved
src/
db
/LightSong.hxx
→
src/
song
/LightSong.hxx
View file @
90201e99
File moved
src/sticker/SongSticker.cxx
View file @
90201e99
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "SongSticker.hxx"
#include "StickerDatabase.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "db/Interface.hxx"
#include "util/Alloc.hxx"
#include "util/ScopeExit.hxx"
...
...
test/ContainerScan.cxx
View file @
90201e99
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongSave.hxx"
#include "config/Data.hxx"
#include "decoder/DecoderList.hxx"
...
...
test/DumpDatabase.cxx
View file @
90201e99
...
...
@@ -24,7 +24,7 @@
#include "db/Selection.hxx"
#include "db/DatabaseListener.hxx"
#include "db/LightDirectory.hxx"
#include "
db
/LightSong.hxx"
#include "
song
/LightSong.hxx"
#include "db/PlaylistVector.hxx"
#include "config/Global.hxx"
#include "config/Data.hxx"
...
...
test/ParseSongFilter.cxx
View file @
90201e99
...
...
@@ -23,7 +23,7 @@
*/
#include "config.h"
#include "
Song
Filter.hxx"
#include "
song/
Filter.hxx"
#include "util/ConstBuffer.hxx"
#include "util/PrintException.hxx"
...
...
test/dump_playlist.cxx
View file @
90201e99
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "playlist/SongEnumerator.hxx"
#include "input/InputStream.hxx"
#include "config/Global.hxx"
...
...
test/test_queue_priority.cxx
View file @
90201e99
#include "config.h"
#include "queue/Queue.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "util/Macros.hxx"
#include <cppunit/TestFixture.h>
...
...
test/test_translate_song.cxx
View file @
90201e99
...
...
@@ -4,7 +4,7 @@
#include "config.h"
#include "playlist/PlaylistSong.hxx"
#include "DetachedSong.hxx"
#include "
song/
DetachedSong.hxx"
#include "SongLoader.hxx"
#include "client/Client.hxx"
#include "tag/Builder.hxx"
...
...
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