Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kid3
/ functions
Functions
4,084 in github.com/KDE/kid3
⨍
Functions
4,084
◇
Types & classes
917
↓ 1 callers
Method
find
* Find keyword on server. * * @param cfg import source configuration * @param artist artist to search * @param album album to search */
src/core/import/importclient.cpp:53
↓ 1 callers
Method
find
* Find next occurrence. */
src/gui/dialogs/findreplacedialog.cpp:230
↓ 1 callers
Method
findByIndex
* Find a frame by index. * * @param index the index in the frame, see \ref Frame::getIndex() * * @return iterator or end() if not found. */
src/core/tags/frame.cpp:1656
↓ 1 callers
Function
findExtVolumeTrash
src/core/utils/coreplatformtools.cpp:266
↓ 1 callers
Function
findMountPoint
src/core/utils/coreplatformtools.cpp:240
↓ 1 callers
Method
finishWriting
* Called when a command is finished. */
src/app/cli/kid3cli.cpp:668
↓ 1 callers
Method
firstFile
* Set the first file as the current file. * * @param select true to select the file * @param onlyTaggedFiles only consider tagged files * * @retu
src/core/model/kid3application.cpp:2583
↓ 1 callers
Method
firstFile
* Set the first file as the current file. * * @return true if there is a first file. */
src/core/model/scriptinterface.cpp:265
↓ 1 callers
Function
fixUpGenre
* Transform the lower case genres returned by MusicBrainz to match the * standard genre names. * @param genre lower case genre * @return capitalize
src/plugins/musicbrainzimport/musicbrainzimporter.cpp:251
↓ 1 callers
Method
fixUpTagKey
* Fix up a key to be valid. * If the key contains new line characters because it is coming from an ID3 * frame (e.g. "COMM - COMMENTS\nDescription")
src/core/tags/taggedfile.cpp:787
↓ 1 callers
Function
fix_appdata
()
src/app/qt/fixappdata.py:7
↓ 1 callers
Function
fix_desktop
()
src/app/qt/fixdesktop.py:8
↓ 1 callers
Function
fix_docbook
(lang)
doc/fixdocbook.py:8
↓ 1 callers
Function
fix_html
()
doc/fixhtml.py:8
↓ 1 callers
Function
fix_man_docbook
(lang)
doc/fixmandocbook.py:9
↓ 1 callers
Method
folderDecoration
src/gui/forms/kid3form.cpp:189
↓ 1 callers
Function
foreach
src/test/testserverimporterbase.cpp:90
↓ 1 callers
Method
formatFilenameFromTags
* Create filename from tags according to format string. * * @param str format string containing codes supported by * TrackDa
src/core/tags/trackdata.cpp:430
↓ 1 callers
Method
formatFrames
* Format frames using this configuration. * * @param frames frames */
src/core/config/formatconfig.cpp:302
↓ 1 callers
Method
formatFramesIfEnabled
* Format frames if format while editing is switched on. * * @param frames frames */
src/core/config/formatconfig.cpp:320
↓ 1 callers
Method
formatTrackNumberIfEnabled
* Format the track number (digits, total number of tracks) if enabled. * * @param value string containing track number, will be modified * @para
src/core/tags/taggedfile.cpp:907
↓ 1 callers
Function
frameToMatroskaAttachedFile
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:246
↓ 1 callers
Function
frameToMatroskaChapterEdition
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:321
↓ 1 callers
Function
frameToMatroskaPicture
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:207
↓ 1 callers
Function
frameToMp4Chapters
* Set MP4 chapters from a SYLT frame. * @param frame SYLT frame * @param chapterList the chapters are returned here and must be freed using * delet
src/plugins/mp4v2metadata/m4afile.cpp:449
↓ 1 callers
Function
frameToPropertyPicture
src/plugins/taglibmetadata/taglibgenericsupport.cpp:162
↓ 1 callers
Method
fromVariantList
* Set parameters from variant list. * @param lst variant list containing search text, replace text, flags, * frameMask */
src/core/model/tagsearcher.cpp:490
↓ 1 callers
Method
generateNewDirname
* Generate new directory name according to current settings. * * @param taggedFile file to get information from * @param olddir pointer to QString
src/core/model/dirrenamer.cpp:396
↓ 1 callers
Function
generate_ts
Generate .ts files from .po files. parameters: path to lupdate command, directory with po-files, directory with source files
translations/po2ts.py:178
↓ 1 callers
Method
getBatchImportSource
* Get batch import source of a given @a row. * @param row number of row to get * @param source the batch import source is returned here */
src/core/config/batchimportsourcesmodel.cpp:260
↓ 1 callers
Method
getBatchImportSources
* Get the import sources from the model. * @return batch import sources. */
src/core/config/batchimportsourcesmodel.cpp:284
↓ 1 callers
Function
getComment
* Get comment. * * @return comment, QString::null if not found. */
src/core/tags/frame.h:1230
↓ 1 callers
Method
getCommentFieldName
* Get field name for comment from configuration. * * @return field name. */
src/core/tags/taggedfile.cpp:742
↓ 1 callers
Method
getCompletionsForType
* Get the different values which have been filtered for a frame type. * @param type frame type * @return different values. */
src/core/model/frametablemodel.cpp:678
↓ 1 callers
Function
getConfig
* Get a configuration object for a given group name. * @param name group name * @return QObject with configuration options as properties. */
src/app/cli/clicommand.cpp:98
↓ 1 callers
Method
getConfig
* Get values from dialog and store them in the current configuration. */
src/app/kde/kdeconfigdialog.cpp:89
↓ 1 callers
Method
getConfig
* Get values from dialog and store them in the current configuration. */
src/app/qt/configdialog.cpp:232
↓ 1 callers
Function
getContentType
* Get content type. * @return MIME type, empty if unknown. */
src/core/import/httpclient.h:98
↓ 1 callers
Function
getCoverArtUrl
* Get cover art URL. * @return cover art URL. */
src/core/tags/trackdata.h:283
↓ 1 callers
Method
getCurrentConfig
* Get the current dialog configuration. * * @param cfg the current configuration is returned here */
src/gui/dialogs/playlistdialog.cpp:265
↓ 1 callers
Method
getCurrentEditor
* Get current editor widget if the table is currently in edit state. * @return current editor widget, 0 if not in edit state. */
src/gui/widgets/frametable.cpp:142
↓ 1 callers
Method
getCurrentIndex
* Get index of current file in playlist. * @return index of current file. */
src/gui/forms/audioplayer.cpp:208
↓ 1 callers
Method
getEnabledFrames
* Get enabled frames. * @return frame collection with enabled frames. */
src/core/model/frametablemodel.cpp:589
↓ 1 callers
Method
getExistingDirectory
* Display dialog to select an existing directory. * This default implementation only displays a warning, it is only supported * when having a GUI.
src/core/utils/icoreplatformtools.cpp:90
↓ 1 callers
Method
getExistingDirectory
* Display dialog to select an existing directory. * @param parent parent widget * @param caption caption * @param startDir start directory * @retu
src/app/qt/platformtools.cpp:293
↓ 1 callers
Method
getExtractionFormat
* Get selected extraction format. * @return extraction format. */
src/gui/dialogs/tagimportdialog.cpp:140
↓ 1 callers
Function
getFieldsFromApicFrame
* Get the fields from an attached picture frame. * * @param apicFrame attached picture frame * @param fields the fields are appended to this list
src/plugins/taglibmetadata/taglibmpegsupport.cpp:681
↓ 1 callers
Function
getFieldsFromChapFrame
* Get the fields from a chapter frame. * * @param chapFrame chapter frame * @param fields the fields are appended to this list * * @return text r
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1190
↓ 1 callers
Function
getFieldsFromCommFrame
* Get the fields from a comments frame. * * @param commFrame comments frame * @param fields the fields are appended to this list * * @return text
src/plugins/taglibmetadata/taglibmpegsupport.cpp:725
↓ 1 callers
Function
getFieldsFromCtocFrame
* Get the fields from a table of contents frame. * * @param ctocFrame table of contents frame * @param fields the fields are appended to this list
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1232
↓ 1 callers
Function
getFieldsFromGeobFrame
* Get the fields from a general encapsulated object frame. * * @param geobFrame general encapsulated object frame * @param fields the fields are ap
src/plugins/taglibmetadata/taglibmpegsupport.cpp:791
↓ 1 callers
Function
getFieldsFromOwneFrame
* Get the fields from an ownership frame. * * @param owneFrame ownership frame * @param fields the fields are appended to this list * * @return t
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1054
↓ 1 callers
Function
getFieldsFromPopmFrame
* Get the fields from a popularimeter frame. * * @param popmFrame popularimeter frame * @param fields the fields are appended to this list * * @r
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1025
↓ 1 callers
Function
getFieldsFromPrivFrame
* Get the fields from a private frame. * * @param privFrame private frame * @param fields the fields are appended to this list * * @return text r
src/plugins/taglibmetadata/taglibmpegsupport.cpp:993
↓ 1 callers
Function
getFieldsFromRva2Frame
* Get the fields from a relative volume frame. * * @param rva2Frame relative volume frame * @param fields the fields are appended to this list *
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1163
↓ 1 callers
Function
getFieldsFromTextFrame
* Get the fields from a text identification frame. * * @param tFrame text identification frame * @param fields the fields are appended to this list
src/plugins/taglibmetadata/taglibmpegsupport.cpp:633
↓ 1 callers
Function
getFieldsFromUfidFrame
* Get the fields from a unique file identifier frame. * * @param ufidFrame unique file identifier frame * @param fields the fields are appended to
src/plugins/taglibmetadata/taglibmpegsupport.cpp:758
↓ 1 callers
Function
getFieldsFromUnknownFrame
* Get the fields from an unknown frame. * * @param unknownFrame unknown frame * @param fields the fields are appended to this list * * @return te
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1279
↓ 1 callers
Function
getFieldsFromUrlFrame
* Get the fields from a URL link frame. * * @param wFrame URL link frame * @param fields the fields are appended to this list * * @return text re
src/plugins/taglibmetadata/taglibmpegsupport.cpp:830
↓ 1 callers
Function
getFieldsFromUserUrlFrame
* Get the fields from a user URL link frame. * * @param wxxxFrame user URL link frame * @param fields the fields are appended to this list * * @r
src/plugins/taglibmetadata/taglibmpegsupport.cpp:850
↓ 1 callers
Function
getFieldsFromUsltFrame
* Get the fields from an unsynchronized lyrics frame. * This is copy-pasted from editCommFrame(). * * @param usltFrame unsynchronized frame * @par
src/plugins/taglibmetadata/taglibmpegsupport.cpp:879
↓ 1 callers
Method
getFileNameForNewEmptyPlaylist
* Get the entered file name to create a new empty playlist. * @return file name if "Create new empty playlist" is selected, else empty. */
src/gui/dialogs/playlistdialog.cpp:287
↓ 1 callers
Method
getFileNameOfSelectedFile
* Get name of selected file. * * @return absolute file name, ends with "/" if it is a directory. */
src/core/model/kid3application.cpp:1837
↓ 1 callers
Method
getFrames
* Get subframes. * @param frames the subframes are returned here */
src/gui/widgets/subframeseditor.cpp:99
↓ 1 callers
Function
getFramesSelectionModel
* Get selection model of frame table model. * @param tagNr tag number * @return selection model. */
src/core/model/kid3application.h:234
↓ 1 callers
Function
getGenre
* Get genre. * * @return genre, QString::null if not found. */
src/core/tags/frame.h:1244
↓ 1 callers
Function
getId3libFrameIdForName
* Get id3lib frame ID for frame name. * * @param name frame name * * @return id3lib frame ID or ID3FID_NOFRAME if name not found. */
src/plugins/id3libmetadata/mp3file.cpp:1058
↓ 1 callers
Method
getIndex
* Get picture index. * * @return index of picture, -1 if not available. */
src/gui/widgets/picturelabel.h:66
↓ 1 callers
Method
getInfo
* Get additional information for item. * @param info additional information is returned here * @param duration the duration of the track is returned
src/core/export/playlistcreator.cpp:370
↓ 1 callers
Function
getInternalName
* Get internal name of type. * @return name. */
src/core/tags/frame.h:489
↓ 1 callers
Function
getMatroskaNameFromType
* Get name of frame from type. * * @param type type * @param targetType the target type is returned here * * @return name. */
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:113
↓ 1 callers
Function
getMp4TypeForFrame
* Get an MP4 type for a frame. * * @param frame frame * @param name the MP4 name is returned here * @param value the MP4 value type is returned h
src/plugins/taglibmetadata/taglibmp4support.cpp:322
↓ 1 callers
Method
getOpenFileName
* Display dialog to select an existing file. * This default implementation only displays a warning, it is only supported * when having a GUI. * @pa
src/core/utils/icoreplatformtools.cpp:48
↓ 1 callers
Method
getOpenFileNames
* Display dialog to select existing files. * @param parent parent widget * @param caption caption * @param dir directory * @param filter filter *
src/app/qt/platformtools.cpp:262
↓ 1 callers
Method
getParameterList
src/app/cli/kid3cli.cpp:80
↓ 1 callers
Method
getParameters
* Get search parameters from GUI controls. * @param params the search parameters are returned here */
src/gui/dialogs/findreplacedialog.cpp:182
↓ 1 callers
Function
getPicture
* Get the picture block as a picture frame. * * @param frame frame to set * @param pic picture block to get */
src/plugins/oggflacmetadata/flacfile.cpp:47
↓ 1 callers
Method
getPicture
* Get data from a picture frame. * @return picture data, empty if not available. */
src/core/model/taggedfileselection.cpp:278
↓ 1 callers
Method
getPictures
* Get picture frames. * @return pictures, empty if not available. */
src/core/model/taggedfileselection.cpp:254
↓ 1 callers
Function
getPluginsPathFromImportPathList
* Get the plugins path from the QML import path. * * The plugins path is normally found relative to the directory where the * application binary is
src/plugins/kid3qml/kid3qmlplugin.cpp:98
↓ 1 callers
Method
getProfileByName
* Get a batch import profile. * * @param name name of profile * @param profile the profile will be returned here * @return true if profile with @a
src/core/config/batchimportconfig.cpp:127
↓ 1 callers
Function
getQuickAccessFrames
* Get mask containing the bits of all frame types which shall be used as * quick access frames. * @return mask bit mask with bits for quick acce
src/core/tags/frame.h:1311
↓ 1 callers
Method
getRealPathFromURI
(final Context context, final Uri uri)
android/Kid3Activity.java:260
↓ 1 callers
Function
getRoleHash
src/core/model/frametablemodel.cpp:36
↓ 1 callers
Function
getRoleHash
src/core/model/fileproxymodel.cpp:36
↓ 1 callers
Method
getRowForGenre
* Get the row for a genre. * If the genre is not found, it is added at the returned row. * @param genreStr genre string * @return row number. */
src/core/model/genremodel.cpp:94
↓ 1 callers
Method
getRowWithFrameName
* Get row with frame with a specific frame name. * @param name name of frame * @param index index within multiple frames with given @a name * @retu
src/core/model/frametablemodel.cpp:539
↓ 1 callers
Method
getSaveFileName
* Display dialog to select a file to save. * This default implementation only displays a warning, it is only supported * when having a GUI. * @para
src/core/utils/icoreplatformtools.cpp:70
↓ 1 callers
Method
getSelectedId
* Get ID of selected frame list item. * * @return ID of selected item, * -1 if not item is selected. */
src/core/model/framelist.cpp:56
↓ 1 callers
Method
getSourceFormat
* Get selected source format. * @return source format. */
src/gui/dialogs/tagimportdialog.cpp:131
↓ 1 callers
Method
getSourcesAsString
* Serialize batch import sources as a string. * @return string representation of import sources. */
src/core/config/batchimportprofile.cpp:67
↓ 1 callers
Method
getStartNumber
* Get start number. */
src/gui/dialogs/numbertracksdialog.cpp:138
↓ 1 callers
Method
getState
* Get playing state. * @return state. */
src/gui/forms/audioplayer.cpp:236
↓ 1 callers
Function
getStringForType
* Get string description starting with 4 bytes ID. * * @param type type of frame * * @return string. */
src/plugins/taglibmetadata/taglibmpegsupport.cpp:612
↓ 1 callers
Method
getTaggedFile
* Get tagged file for current file. * @return tagged file, 0 if not available. */
src/gui/forms/audioplayer.cpp:195
↓ 1 callers
Method
getTotalNumberOfTracks
* Get the total number of tracks. * * @param enable true is returned here if total number of tracks is checked * * @return number of tracks entere
src/gui/dialogs/numbertracksdialog.cpp:195
↓ 1 callers
Method
getTotalNumberOfTracksInDir
* Get number of tracks in current directory. * * @return number of tracks, 0 if not found. */
src/core/model/kid3application.cpp:3424
↓ 1 callers
Function
getTrack
* Get track. * * @return track, -1 if not found. */
src/core/tags/frame.h:1258
↓ 1 callers
Function
getTrackDurations
* Get list with track durations. * * @return list with track durations. */
src/core/import/importparser.h:72
↓ 1 callers
Method
getVolume
* Get volume. * @return volume level between 0 and 100. */
src/gui/forms/audioplayer.cpp:342
← previous
next →
901–1,000 of 4,084, ranked by callers