Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Files.AudioCoverArt
Loads audio file and returns cover art.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
Files
|
12.1 |
✅ Yes |
✅ Yes |
❌ No |
✅ Yes, on macOS and Windows |
❌ No |
MBS( "Files.AudioCoverArt"; FilePath { ; FileName } )
More
MBS(
"Files.AudioCoverArt"; /* Loads audio file and returns cover art. */
$FilePath; /* The native file path to the audio file.e.g. "/Users/cs/Desktop/test.mp3" */
$FileName) /* Optional; The desired file name.e.g. test.jpg */
Less
Parameters
Parameter |
Description |
Example |
Flags |
FilePath |
The native file path to the audio file. |
"/Users/cs/Desktop/test.mp3" |
|
FileName |
The desired file name. |
test.jpg |
Optional |
Result
Returns container value or error.
Description
Loads audio file and returns cover art.
Should work for MP3, MP4 and FLAC files.
May return JPEG, PNG, GIF or BMP depending on what the file contains.
Result can be assigned to container. Result is empty, if there is no art found.
This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.
See also
Release notes
Blog Entries
This function checks for a license.
Created 21st February 2022, last changed 21st February 2022
Files.AppPath
-
Files.AudioTags