Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On-Screen notification widget: Add file names and Directory Titles #16222

Open
davidhedlund opened this issue Feb 10, 2024 · 0 comments
Open

Comments

@davidhedlund
Copy link

davidhedlund commented Feb 10, 2024

The directory path followed by file name should be displayed in the pop-up notifications, so easily can find them on your computer. It's inconvenient to go to Main Menu -> Directories to find out where they are located.

Solved

Todo

Main Menu

Load Content -> Playlists -> Explore -> Show All -> Save as View

  • Current: "View was saved"
  • Proposed: "View was saved in Playlists directory as 'test.lvm'."

Online Updater -> Core System Files Downloader

  • Current: "Extracting '[core].zip'"
  • Proposed: "Extracting '[core].zip' in System/BIOS directory."

Online Updater -> Update Assets

  • Current: "Extracting 'assets.zip'"
  • Proposed: "Extracting 'assets.zip' in Assets directory."

Online Updater -> Update Controller Profiles

  • Current: "Extracting 'autoconfig.zip'"
  • Proposed: "Extracting 'autoconfig.zip' in Controller Profiles directory."

Online Updater -> Update Cheats

  • Current: "Extracting 'cheats.zip'"
  • Proposed: "Extracting 'cheats.zip' in Cheat Files directory."

Online Updater -> Update Databases

  • Current: "Extracting 'database-rdb.zip'"
  • Proposed: "Extracting 'database-rdb.zip' in Databases directory."

Online Updater -> Update Overlays

  • Current: "Extracting 'overlays.zip'"
  • Proposed: "Extracting 'overlays.zip' in Overlays directory."

Online Updater -> Update GLSL Shaders

  • Current: "Extracting 'shaders_glsl.zip'"
  • Proposed: "Extracting 'shaders_glsl.zip' in Video Shaders directory."

Main Menu -> Configuration File -> Save Current Configuration

  • Current: "Saved new config file to "/home/gamer/Downloads/RetroArch-Linux-x86_64/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/config/retroarch.cfg"
  • Proposed: "Saved "retroarch.cfg" in Config directory."

Main Menu -> Configuration File -> Save New Configuration

  • Current: "Saved new config file to "/home/gamer/Downloads/RetroArch-Linux-x86_64/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/config/RetroArch-0121-004400.cfg"
  • Proposed: "Saved "RetroArch-0121-004400.cfg" in Config directory."

Quick Menu

Save States -> Save State

  • Current: "Saved state to slot #0."
  • Proposed: "Saved state to slot #0 in Save States directory."

Save States -> Load State

  • Current: "Loaded state to slot #0."
  • Proposed: "Loaded state to slot #0 from Save States directory."

Core Options -> Manage Core Options -> Save Game Options

  • Current: "Core options file created successfully."
  • Proposed: "Core options file created successfully in Configuration Files directory in '[core directory]/[core].opt'."
  • Note: "Settings -> Configuration -> Use Global Core Options File" does not save the file to retroarch-core-options.cfg.

Core Options -> Manage Core Options -> Remove Game Options

  • Current: "Core options file removed successfully."
  • Proposed: "Core options file '[core directory]/[core].opt' removed successfully from Configuration Files directory."

Core Options -> Manage Core Options -> Save Content Directory Options

  • Current: "Core options file created successfully."
  • Proposed: "Core options file created successfully in Configuration Files directory as '[core directory]/[directory name].opt'."

Core Options -> Manage Core Options -> Save Content Directory Options

  • Current: "Core options file removed successfully."
  • Proposed: "Core options file '[core directory]/[directory name].opt' removed successfully from Configuration Files directory."

Controls -> Manage Remap Files -> Save Remap File As

  • Current: "Remap file saved successfully."
  • Proposed: "Remap file '[core-directrory]/[the-unique-file-name-that-you-have-to-type.rmp]' saved successfully in Input Remaps directory."

Controls -> Manage Remap Files -> Save Game Remap File

  • Current: "Remap file saved successfully."
  • Proposed: "Remap file '[core-directory]/[game-file-name.rmp]' saved successfully in Input Remaps directory."

Controls -> Manage Remap Files -> Remove Game Remap File

  • Current: "Remap file removed successfully."
  • Proposed: "Remap file '[core-directrory]/[game-file-name.rmp]' removed successfully from Input Remaps directory."

Controls -> Manage Remap Files -> Save Content Directory Remap File

  • Current: "Remap file saved successfully."
  • Proposed: "Remap file '[core-directory]/[directory-name.rmp]' saved successfully in Input Remaps directory."

Controls -> Manage Remap Files -> Remove Content Directory Remap File

  • Current: "Remap file removed successfully."
  • Proposed: "Remap file '[core-directory]/[directory-name.rmp]' removed successfully from Input Remaps directory."

Controls -> Manage Remap Files -> Save Core Remap File

  • Current: "Remap file saved successfully."
  • Proposed: "Remap file '[core-directory]/[core-name.rmp]' saved successfully in Input Remaps directory."

Controls -> Manage Remap Files -> Remove Core Remap File

  • Current: "Remap file removed successfully."
  • Proposed: "Remap file '[core-directory]/[core-name.rmp]' removed successfully from Input Remaps directory."
@davidhedlund davidhedlund changed the title Suggestion: Display file name before path in the on-screen notification widget Suggestion: Display file name BEFORE the directory path in the on-screen notification widget Feb 10, 2024
@davidhedlund davidhedlund changed the title Suggestion: Display file name BEFORE the directory path in the on-screen notification widget Suggestion: Display file names BEFORE the directory path in the on-screen notification widget to always make them visible Feb 10, 2024
@davidhedlund davidhedlund changed the title Suggestion: Display file names BEFORE the directory path in the on-screen notification widget to always make them visible Replace directory paths with Directory Titles Feb 17, 2024
@davidhedlund davidhedlund changed the title Replace directory paths with Directory Titles "Save Current Configuration", and "Save Current Configuration": Replace directory paths with Directory Titles Feb 22, 2024
@davidhedlund davidhedlund changed the title "Save Current Configuration", and "Save Current Configuration": Replace directory paths with Directory Titles On-Screen notification widget: Add file names and Directory Titles Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant