Author Topic: [Release] reScreeny - screenshots in folders that make sense  (Read 13088 times)

Offline dots_tb

  • Refugee
  • **
  • Posts: 93
    • View Profile
[Release] reScreeny - screenshots in folders that make sense
« on: November 25, 2019, 09:05:29 AM »


When the vita saves a screenshot, it randomly creates a folder name composed of two letters. This makes finding screenshots frustrating as you would have to search through a maze of folders with no coherent structure.

reScreeny fixes this issue by redirecting the screenshot to a folder named after the game it was taken in.

Example:
Code: [Select]
ux0:/photo/SCREENSHOT/molecularShell
  • Supports Unicode (Japanese and other non-ASCII characters)
  • When an illegal character is found, it is replaced with a space
  • If path is too long, the game name will be truncated
  • If no game name is found, it will be stored in the "Other" folder
  • Adrenaline will save to PspEmu folder.
  • The Photo app will work as normal, however the title of the image given by the vita will be different than the title given by reScreeny. This is because reScreeny uses a uniform naming system that include microseconds, it also is generated a few seconds after the vita's title. So keep this in mind.
  • cuevavirus has tested with pngshot and it works fine

NOTE: Vitashell FTP may not support Unicode characters, a commit by cuevavirus was made to libftpvita.

Install:
config.txt should have as follows
Code: [Select]
*NPXS10036
ur0:tai/reScreeny.suprx

DOWNLOAD: https://github.com/dots-tb/reScreeny/releases


Credits:
Amazing Cleanup by Amazing Princess of Sleeping

With help from folks at the
CBPS discord: https://discord.gg/2nDCbxJ

Idea by cuevavirus

Testing team:
cuevavirus
Nkekev
Yoti
« Last Edit: November 25, 2019, 05:46:55 PM by dots_tb »

Offline dots_tb

  • Refugee
  • **
  • Posts: 93
    • View Profile
Re: [Release] reScreeny - screenshots in folders that make sense
« Reply #1 on: February 02, 2020, 08:42:04 PM »
reScreeny v1.2 Update:
An issue with multiple spaces preceding and trailing a file name would cause issues such as with Superdimension Neptune VS Sega Hard Girls.

This was fixed and reported by xdanieldzd
https://github.com/dots-tb/reScreeny/releases/

Thank you.
« Last Edit: February 02, 2020, 08:47:22 PM by dots_tb »