[PR #218] [MERGED] 7.6: file name customization #1059

Closed
opened 2025-11-09 10:04:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/218
Author: @wukko
Created: 10/12/2023
Status: Merged
Merged: 10/15/2023
Merged by: @wukko

Base: currentHead: filenamePattern


📝 Commits (10+)

  • 16f7409 filename pattern customization
  • ff13ef7 fix quality label for 720p yt videos
  • d10a404 vk: added support for rich filenames
  • 81d37e9 final file name style picker
  • 6c5b4f9 added 7.6 update banner
  • 676f026 update changelog.json
  • 0520a85 update changelog
  • 1d3eb2f added a tiny testing script for file name presets
  • d6f5f13 bump frontend version
  • 6ed1487 change the date

📊 Changes

30 files changed (+1074 additions, -128 deletions)

View changed files

📝 docs/API.md (+13 -12)
📝 package.json (+4 -2)
📝 src/config.json (+9 -4)
📝 src/front/cobalt.css (+42 -22)
📝 src/front/cobalt.js (+83 -27)
src/front/emoji/3d/film_frames.svg (+338 -0)
src/front/emoji/3d/headphone.svg (+186 -0)
src/front/emoji/email.svg (+9 -0)
src/front/emoji/film_frames.svg (+4 -0)
src/front/emoji/headphone.svg (+7 -0)
src/front/updateBanners/meowthcenter.png (+0 -0)
📝 src/localization/languages/en.json (+13 -2)
📝 src/localization/languages/ru.json (+12 -1)
📝 src/modules/changelog/changelog.json (+12 -2)
📝 src/modules/emoji.js (+5 -1)
📝 src/modules/pageRender/page.js (+48 -6)
src/modules/processing/createFilename.js (+78 -0)
📝 src/modules/processing/match.js (+2 -2)
📝 src/modules/processing/matchActionDecider.js (+9 -4)
📝 src/modules/processing/services/pinterest.js (+6 -1)

...and 10 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/218 **Author:** [@wukko](https://github.com/wukko) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/15/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `filenamePattern` --- ### 📝 Commits (10+) - [`16f7409`](https://github.com/imputnet/cobalt/commit/16f74094b9081c4b431d3c4491e705e657707a67) filename pattern customization - [`ff13ef7`](https://github.com/imputnet/cobalt/commit/ff13ef7217b48ea8d96c2df3aa0e63b7d6834a72) fix quality label for 720p yt videos - [`d10a404`](https://github.com/imputnet/cobalt/commit/d10a404f1f8a3872016ed14d5b7760734b912b8b) vk: added support for rich filenames - [`81d37e9`](https://github.com/imputnet/cobalt/commit/81d37e99877db3236fd8002d8b029a84dc1b5bc4) final file name style picker - [`6c5b4f9`](https://github.com/imputnet/cobalt/commit/6c5b4f9b3289005afbadc05fc96d8aa017a7ca63) added 7.6 update banner - [`676f026`](https://github.com/imputnet/cobalt/commit/676f0260a1fd77a2f0ee88f8c7a656f9914a9819) update changelog.json - [`0520a85`](https://github.com/imputnet/cobalt/commit/0520a8557269b2c97051d0c7295f103a22d85741) update changelog - [`1d3eb2f`](https://github.com/imputnet/cobalt/commit/1d3eb2fdae10c361ea3c59ec343809219786bd23) added a tiny testing script for file name presets - [`d6f5f13`](https://github.com/imputnet/cobalt/commit/d6f5f135b3d606c34e7c26222d1308eb7a49f796) bump frontend version - [`6ed1487`](https://github.com/imputnet/cobalt/commit/6ed1487d8da5e6789ee0ea80e3f9c00f48fd157a) change the date ### 📊 Changes **30 files changed** (+1074 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `docs/API.md` (+13 -12) 📝 `package.json` (+4 -2) 📝 `src/config.json` (+9 -4) 📝 `src/front/cobalt.css` (+42 -22) 📝 `src/front/cobalt.js` (+83 -27) ➕ `src/front/emoji/3d/film_frames.svg` (+338 -0) ➕ `src/front/emoji/3d/headphone.svg` (+186 -0) ➕ `src/front/emoji/email.svg` (+9 -0) ➕ `src/front/emoji/film_frames.svg` (+4 -0) ➕ `src/front/emoji/headphone.svg` (+7 -0) ➕ `src/front/updateBanners/meowthcenter.png` (+0 -0) 📝 `src/localization/languages/en.json` (+13 -2) 📝 `src/localization/languages/ru.json` (+12 -1) 📝 `src/modules/changelog/changelog.json` (+12 -2) 📝 `src/modules/emoji.js` (+5 -1) 📝 `src/modules/pageRender/page.js` (+48 -6) ➕ `src/modules/processing/createFilename.js` (+78 -0) 📝 `src/modules/processing/match.js` (+2 -2) 📝 `src/modules/processing/matchActionDecider.js` (+9 -4) 📝 `src/modules/processing/services/pinterest.js` (+6 -1) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:04:58 -06:00
Sign in to join this conversation.