Home
last modified time | relevance | path

Searched refs:ELIBEXPORT_OTHERARTISTS (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DLibExportSettings.cpp58 (m_itemstoexport & ELIBEXPORT_OTHERARTISTS); in IsArtists()
70 if (IsItemExported(ELIBEXPORT_OTHERARTISTS)) in GetExportItems()
71 values.emplace_back(ELIBEXPORT_OTHERARTISTS); in GetExportItems()
88 if (IsItemExported(ELIBEXPORT_OTHERARTISTS) && (items & ELIBEXPORT_OTHERARTISTS)) in GetLimitedItems()
89 values.emplace_back(ELIBEXPORT_OTHERARTISTS); in GetLimitedItems()
H A DLibExportSettings.h30 ELIBEXPORT_OTHERARTISTS = 0x0080, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/dialogs/
H A DGUIDialogLibExportSettings.cpp367 TranslatableIntegerSettingOption(38313, ELIBEXPORT_OTHERARTISTS)); //other artists in InitializeSettings()
373 …ttings.GetLimitedItems(ELIBEXPORT_ALBUMARTISTS + ELIBEXPORT_SONGARTISTS + ELIBEXPORT_OTHERARTISTS); in InitializeSettings()
380 …ms(ELIBEXPORT_ALBUMS + ELIBEXPORT_ALBUMARTISTS + ELIBEXPORT_SONGARTISTS + ELIBEXPORT_OTHERARTISTS); in InitializeSettings()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/builtins/
H A DLibraryBuiltins.cpp240 settings.AddItem(ELIBEXPORT_OTHERARTISTS); in ExportLibrary2()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/
H A DMusicDatabase.cpp11089 !settings.IsItemExported(ELIBEXPORT_OTHERARTISTS) && in ExportToXML()
11312 if (settings.IsItemExported(ELIBEXPORT_OTHERARTISTS)) in ExportToXML()
11317 else if (settings.IsItemExported(ELIBEXPORT_OTHERARTISTS)) in ExportToXML()