tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
402 stars 109 forks source link

Extend album.tracks() to automatically populate track.album attribute from parent #281

Open tehkillerbee opened 2 weeks ago

tehkillerbee commented 2 weeks ago

Consider extending album.tracks() with functionality to automatically populate album information

Since we already have the Album information on hand, we should be able to pass on the album fields to the track when calling .items()/.tracks()

See discussion in https://github.com/tamland/python-tidal/issues/234#issuecomment-1968262807_

exislow commented 2 weeks ago

Thanks for creating a new issue!