Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpeach/labs
Laravel Funzies
https://github.com/davidpeach/labs
Last synced: 28 days ago
JSON representation
Laravel Funzies
- Host: GitHub
- URL: https://github.com/davidpeach/labs
- Owner: davidpeach
- Created: 2024-04-16T20:44:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:52:58.000Z (9 months ago)
- Last Synced: 2024-04-22T12:03:04.315Z (9 months ago)
- Language: PHP
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labs
## Scrobble Importer
### Models
maybe extra models for internal normalizations - same songs but different editions.
#### Song
- id
- title
- artist_id
- description
- length
- mbid#### Artist
- id
- name
- description
- mbid#### Album
- id
- title
- description
- release_date
- mbid#### AlbumArtist
An album can be created by multiple artists.
- id
- album_id
- artist_id
- role (writer, performer)#### AlbumSong
The same song can appear on multiple albums.
- id
- album_id
- song_id
- position#### Listen
- id
- song_id / album_song_id
- listened_at