David
David
Thanks for accepting my previous pull request. I noticed there was a potential buffer overflow in the original code. My previous pull request duplicated that bug. This change applies a...
Hi Paul, I've been playing with TMSU the last few days. It's really a great idea! I think it got a few suggestions to make the software really good and...
The syntax of the tmsu binary sometimes gives somewhat unexpected results. For example, you would expect the command _tmsu tag country=spain *.jpg_ to tag all .jpg files with the country=spain...
For scripting, having easily availably lists would be very handy. For instance $mountpoint/.alltags to show the same info as _tmsu tags_ And possibly $mountpoint/.alltagsandvalues for a list of all tags...
Please never never never ever use this line on a live website: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); If that line is needed in order to make a script work, fix it, instead...
Please never never never ever use this line on a live website: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); If that line is needed in order to make a script work, fix it, instead...