Replies: 3 comments
-
just testing: there seems to be a limit of about 20k of lines in the playlist file. playlist file size is about 7MB. |
Beta Was this translation helpful? Give feedback.
-
it actually seems that the number of lines in a playlist is NOT the problem. Just tested with 50k identical annotate-lines. So the question now is how to identify the troublesome lines... |
Beta Was this translation helpful? Give feedback.
-
specifying the mime type of the playlist file fixes the problem: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
currently upgrading from 1.4.4 to 2.3.3, all fine, BUT: I have a playlist of about 40-45k local files, which are loaded like:
playlist = playlist(id='myid', 'myplaylist.txt')
the playlist contains lines with the annotate protocol. so nothing special here, I'm using this list more or less since many years w/o problems. Problem now is that liquidsoap 2.3.3 doesn't start up but rather eats up all available memory, while reading the playlist (I guess). On the other hand, 1.4.4 loads the same list easily without complaints:
any ideas on this?
thx, u.
Beta Was this translation helpful? Give feedback.
All reactions