Open justjam2013 opened 1 month ago
Hi, @justjam2013 - this absolutely makes sense, I should have some free time in a few weeks and will add this feature
I verified with the pyatv
author that the above code snippet should work for streaming multiple files, here.
@petro-kushchak would you consider adding me as a contributor too this repo, so I can create PRs with code changes?
Hi - sure, sent you an invite
Allow streaming of multiple files, by specifying multiple semicolon/colon/space separated paths:
/path/to/file1.ext;/path/to/file2.ext
As the metadata passes
streamerName
instead of the individual details of the audio file (title, album, etc.), thenstream.py:347
can be modified as follows:This would allow streaming of multiple files, for example a whole album.
Quotation marks may be required around
filePath
inairplayDevice.ts:78
if spaces are allowed.