AJ Quick

Results 15 comments of AJ Quick

Sorry for the feature request bump, but this is exactly what I am looking for. I would love to have metadata fields on specific document types. Here is an example:...

Thank you for providing a way to get it running. I installed it this morning and panicked when I saw all the websites on my server replaced with "Welcome to...

Maybe it would be good to slow the chat down if it isn't in focus?

I generate PES files with TRIM commands in Embird. These files are imported into the Python library without problems and the TRIM commands are recognized. When I export the same...

This doesn't have to be done in the main code, though it certainly could be done through a stats() function or similar. Here is generally how you would approach, but...

I would love a flag that is just {channel_name} or whatever to use in my own renaming. If I could get something like this working: ![image](https://user-images.githubusercontent.com/6588235/159642947-fbd02150-a4f7-4a06-814f-0ec8e4937fab.png) Although I also run...

Shouldn't something like this work? https://github.com/ajquick/tubesync/commit/901355214a8b871394e7d37da362285e61467cb0 Adding the channel variable is as easy as adding? `'channel': self.uploader,`

I don't have a way to test to see if it would work and I don't want to add instability in case it isn't a good change. Do you think...

Just wanted to check in and see if the changes I proposed (https://github.com/ajquick/tubesync/commit/901355214a8b871394e7d37da362285e61467cb0) would work? I'd love to just have the ability to have the Channel Name available for renaming...

I also noticed this problem. It stems from this piece of JQuery located in ```header.tpl```: ```` $(document).ready(function() { $('#navbar-menubar>#quicksearch').css({literal}{'color': $('#navbar-menubar .nav-link').css('color')}{/literal}); }); ```` This forces the search input box to...