Posts with their shortened content |
|
RE: RMTV not respecting dragging
By CCCP64, 2 weeks ago
|
|
@hans Yea it seems to be good now. I would make one suggestion and that is to somehow make as note about ONLY checking that box if you're new to RMTV and have files for a show that have not been prope... |
|
RE: RMTV not respecting dragging
By Hans, 2 weeks ago
|
|
@cccp64 Yeah finding similar named files can be slow, as it has to do some more work by getting all files and finding matches. Should not be slowing down things when comparing, but retrieving can be s... |
|
RE: mp3 files - when did you get started?
By ahsan1, 2 weeks ago
|
|
@hans oh wow i forgot the model but Sony Ericson was one of my fav phones i had besides nokia and i bought it from a friend coz it had cool games in it lol |
|
RE: RMTV not respecting dragging
By CCCP64, 2 weeks ago
|
|
@hans those I always have unchecked, but I just unchecked "Recursively search directories when add". Doing that and dragging the 7 or 8 shows to RMTV worked. One took a bit long than the others, but I... |
|
RE: Lazarus - How to fix a Database field showing as (memo) in a DBGrid
By Hans, 2 weeks ago
|
|
You added ";" at the end of the 2nd and 3rd line of the SQL statements. That won't work.The proper SQL statement would be (replace the first ";" with a "," and remove the second ";") something like th... |
|
RE: Lazarus - How to fix a Database field showing as (memo) in a DBGrid
By pcavenida, 2 weeks ago
|
|
Hi!
Thank you very much for your help.
Can you say where and how I can put the 2 SQL instrutions?
I put in Lazarus like these. But not working:
SELECT
CAST( "ClienteNome" as CHAR ) as "Cliente... |
|
RE: mp3 files - when did you get started?
By Hans, 2 weeks ago
|
|
@ahsan1 Same for me - at that time I worked at worked at Ericsson 😜 |
|
RE: mp3 files - when did you get started?
By ahsan1, 2 weeks ago
|
|
it was back in collage in 2013 i had a Sony Ericson and i use to download mp3 songs from the internet lol |
|
RE: RMTV not respecting dragging
By Hans, 2 weeks ago
|
|
That's good news! 😊
How is detection speed when disabling ffmpeg and ffprobe (in settings)?Just wondering if that causes the delay. |
|
RE: RMTV not respecting dragging
By CCCP64, 2 weeks ago
|
|
@hans OK it's working, not perfectly but working so I personally can live with it. Thanks
I dragged 3 files to it, correct names found in under a second, on clicking rename did so without issue. tried... |
|
macOS - Tahoe - Disbale Liquid Glass (for the most part)
By Hans, 2 weeks ago
|
|
For those who dislike the new "Liquid Glass" in Tahoe, this little nugget allows you disable (and enabled) it for the most part.
Disable (most of) Liquid Glass in Tahoe:
Downloads $ defaults wr... |
|
RE: RMTV not respecting dragging
By Hans, 2 weeks ago
|
|
Seems I made a mistake uploading GTK Static for 2.3.12 - uploaded the correct one now. Please try that one.(included the shared ffmpeg/ffprobe instead of the static ones by accident)
Note: this may no... |
|
RE: RMTV not respecting dragging
By CCCP64, 2 weeks ago
|
|
FAILED: /mnt/My Files/Television/Last Night's/Hacks (2021))/Hacks Season 1/Hacks.S01E01.There.Is.No.Line.EAC3.5.1.1080p.Bluray.x265-iVy.mkv -> /mnt/My Files/Television/Last Night's/Hacks (2021) S01... |
|
RE: RMTV not respecting dragging
By CCCP64, 2 weeks ago
|
|
I think it might be the way you have it linked cause the one thing I didn't do during my test was actually hit rename, cause the files I tested with had already been named properly. The tests were jus... |
|
RE: Lazarus - How to fix a Database field showing as (memo) in a DBGrid
By Hans, 2 weeks ago
|
|
@pcavenida Welcome!
You can cut down the field length in SQL by using SUBSTR, example:
SELECT SUBSTR ('Some long text that we want to cut down to 10 characters', 1,10);
which results in (without the d... |