Activity for Pr. Sunflowerโญ
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293273 | Initial revision | — | 6 days ago |
Question | — |
Dolphin Flatpak is not displaying the Aspect Ratio of video files Hello everyone ๐ The problem I have 200 video files (.MP4) that I would like to organise based on their dimensions. However, the Dolphin File Manager (that I installed with Flatpak) does not display their Aspect Ratio, the column is enabled but it stays empty : Screenshot of Dolphin file ... (more) |
— | 6 days ago |
Comment | Post #290013 |
Thank you, @Canina ๐
Yes, I am running Debian trixie "testing" but before posting this question I tried `rename` and `rename.ul` but I ran through some trouble with them.
I have `perl` already installed, I called `rename.ul` but it didn't do crap and didn't display any error message in CLI.
... (more) |
— | over 1 year ago |
Comment | Post #290012 |
Yessssss! Thank you! ๐
```
prs@PC:/DOWNLOADS/Pictures$ find . -type f
./IMG_20230916_142601_1-min.jpg-jzt5Mt
./IMG_20230916_142601_1.jpg
./IMG_20230916_155945_3-min.jpg-0YLbKX
./IMG_20230916_155945_3.jpg
./IMG_20230917_045644-min.jpg-k4JtvZ
./IMG_20230917_045644.jpg
prs@PC:/DOWNLOADS/Pictures$ for ... (more) |
— | over 1 year ago |
Edit | Post #290008 | Initial revision | — | over 1 year ago |
Question | — |
Rename multiple files which have a variable suffix I compressed some JPEGs with `curtail` it messed up the filenames. It was supposed to only add `-min` at the end but ended up adding a random string after the extension ๐ : ``` prs@PC:/DOWNLOADS/Pictures$ find . -type f ./IMG202309170937262-min.jpg-U2XlUA <<< To rename "[...]2-min.jpg" ./IMG20... (more) |
— | over 1 year ago |