···66- **Automatically prepend `_dnslink.` when using a domain name with an IPFS source**
77- Explain more things in the UI and on the about page
88- Improve onboarding
99+- Show processing progress on sources screen
910- Show the amount of tracks you have
1011- Show time and duration of the current track after hovering over the progress bar for a while
1112- Slightly improved tap/click events on tracks
···4343{-| How much tags do we want to process
4444before we send them back to Elm.
45454646- eg. After we got the tags for 50 tracks,
4646+ eg. After we got the tags for 20 tracks,
4747 we store these and continue with the rest.
48484949-}
5050tagsBatchSize : Int
5151tagsBatchSize =
5252- 50
5252+ 20
535354545555···103103 List.splitAt tagsBatchSize tagsCtx.nextFilePaths
104104105105 newTagsCtx =
106106- { nextFilePaths = nextFiles
106106+ { amount = tagsCtx.amount
107107+ , nextFilePaths = nextFiles
107108 , receivedFilePaths = filesToProcess
108109 , receivedTags = []
109110 , sourceId = source.id