Method |
Description |
|
albums ( ) |
|
|
get ( string $name ) : Artist |
Get an Artist object from their name. |
|
getContributedSongs ( ) : Illuminate\Database\Eloquent\Collection |
Get songs *contributed* (in compilation albums) by the artist. |
|
getImageAttribute ( mixed $value ) : string | null |
Turn the image name into its absolute URL. |
|
getInfo ( ) : array | false |
Get extra information about the artist from Last.fm. |
|
getNameAttribute ( $value ) : string |
Sometimes the tags extracted from getID3 are HTML entity encoded. |
|
getVarious ( ) : Artist |
Get the "Various Artists" object. |
|
isUnknown ( ) |
|
|
isVarious ( ) |
|
|
songs ( ) |
|
|