Bart39

Results 50 comments of Bart39

if the mouse-mode is the only difference we can use if-shell in the conf file to check the tmux version and apply the correct commands

if-shell "[[ `tmux -V` == *2.1 ]]" 'command-to-be-run-here'

even better example using extra files for the version specific commands if-shell "[[ tmux -V == *2.1 ]]" "source-file .tmux-21" "source-file .tmux-default"

This would have to be specific to movies as a lot of apps that have the year in the name typically release the next version mid year

this is not relevant to PR2120 - all that does is change the order of categorization match for movies SD / HD. i have lots of releases matched to sons...

meganomic - try the following and let us know which index it uses `explain SELECT r.id, r.name, r.searchname, g.name AS groupname, r.groups_id, r.categories_id FROM releases r LEFT JOIN groups g...

I’ll take a look, I have a big regex update to do soon

![image](https://user-images.githubusercontent.com/1813305/53288154-eccf6d00-377c-11e9-8703-7c9f724fe261.png) edit this collection regex (search "magazine" as there's only one for this group) and edit the regex as follows: `/^(?P\[.+?\] - ").+?" yEnc(\s+-\s+\d+[,.]\d+ [mMkKgG][bB])?$/` as a temporary workaround until...

Do you have an example of the subject ?

also change this release naming regex using the same pattern ![image](https://user-images.githubusercontent.com/1813305/53673316-8c5d9580-3c7e-11e9-86d4-3a4e782b0d2c.png) FYI - regexes are cached for 15 mins so you wont see an immediate change - i suggest at...