Yannick Schinko

Results 120 comments of Yannick Schinko

Looks good. The only issue I can see right now might be that having an expiry is forced. Would it be possible to make it so it's not required?

I agree. Default behavior shouldn't change if possible. (And pretty sure it's possible)

Is this an issue with Mopidy or with Mopidy-YouTube? P.S.: I'm dumb. I thought this was on the Mopidy repo, not the Mopidy-YouTube repo.

I currently don't use this software anymore. But if I would I'd still be interested, fyi.

I would love to see this added, as without using the linux `logrotate` utility is impossible, as that relies on the program being able to close and reopen the log...

Giving this a gentle bump as I believe this would be a great feature!

Would it be possible to provide a snippet people who are not super farmiliar with CMake can just use?

Having the same issue myself, just with a different placeholder, but also one that recursively uses another one.

Or you can make a script do it for you: ```bash (IFS="|" while read wrong_name name; do sed -i "s/|$wrong_name|/|$name|/g" gource.txt done < name_replacements.txt) ``` And then in the `name_replacements.txt`...