Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TrackPlug Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=trackplugvita.jpg
|image=trackplugvita2.png
|image_alt=TrackPlug
|image_alt=TrackPlug
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=TrackPlug
|title=TrackPlug
|image=trackplugvita.jpg
|image=trackplugvita2.png
|description=Take track of the playtime in your games.
|description=Keep track of the playtime in your games.
|author=Rinnegatamante
|author=Rinnegatamante
|lastupdated=2017/05/01
|lastupdated=2017/05/01
Line 16: Line 15:
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/vitahomebrews/trackplugvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/trackplugvita.7z
|website=
|website=https://gekihen.customprotocol.com/en/project/TrackPlug
|source=https://github.com/Rinnegatamante/TrackPlug
|source=https://github.com/Rinnegatamante/TrackPlug
|donation=https://www.patreon.com/Rinnegatamante
}}
}}
Take track of the playtime in your games.
TrackPlug is a simple plugin allowing you to keep track of the time you spend in your games.


==Media==
It was an entry for the GekiHEN Homebrew Contest.
<youtube>RIaJHh60hQY</youtube>


==Installation==
Install the VPK file, place the .suprx file and the .skprx file in ux0:tai/ or ur0:tai/.
Install the skprx in your tai/config.txt under *KERNEL
*KERNAL
ux0:tai/kuio.skprx
Install the suprx in your tai/config.txt under *ALL or under whatever game you want to track
*ALL
ux0:tai/TrackPlug.suprx
(change to ur0 if you store the plugin there)
==User guide==
The plugin will automatically take playtime info.
You can use the TrackPlug vpk application to see current playtime status for every game you started at least once.
The VPK is marked as unsafe as it requires ur0:/appmeta and ux0:/app access to grab title and icon for tracked games.
==Controls==
Triangle - Delete current playtime status for selected game
Up/Down - Change selected game status
L/R - Change game ordering type
Select - Change colors for the background


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita3.png
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-02.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita4.png
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-04.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita5.png
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-06.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-07.jpg
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/trackplugvita-08.jpg
'''v1.1'''
* Now application will create the needed folders in ux0:/data automatically.
* Now TrackPlug is fully compatible with taiHen.
* Now TrackPlug can be used to track even homebrews.
* Now TrackPlug will store in an archive tracked application titles so if you delete an app, the title will still be visible.
* Fixed a bug causing the application to show an error in certain circumstances.
* Application updated to latest lpp-vita nightly.
* Now application startup will be faster.


==Changelogs==
==Credits==
'''(v.1.0)'''
Red7s and Slade for testing the homebrew.
* First Release.


== External links ==
== External links ==
* Official Website -
* GekiHEN Contest  - https://gekihen.customprotocol.com/en/project/TrackPlug
* Github - https://github.com/Rinnegatamante/TrackPlug
* GitHub - https://github.com/Rinnegatamante/TrackPlug
* Wololo - https://wololo.net/talk/viewtopic.php?t=48098
* VitaDB - https://vitadb.rinnegatamante.it/#/info/45
* VitaDB - https://vitadb.rinnegatamante.it/#/info/45
* Gbatemp -
 
* Google Source -
[[Category:GekiHEN Homebrew Contest]]
* Reddit -
* Gitlab -

Latest revision as of 02:53, 2 July 2024

TrackPlug
Trackplugvita2.png
General
AuthorRinnegatamante
TypePlugins
Version1.1
LicenseGPL-3.0
Last Updated2017/05/01
Links
Download
Website
Source
Support Author

TrackPlug is a simple plugin allowing you to keep track of the time you spend in your games.

It was an entry for the GekiHEN Homebrew Contest.

Installation

Install the VPK file, place the .suprx file and the .skprx file in ux0:tai/ or ur0:tai/.

Install the skprx in your tai/config.txt under *KERNEL

*KERNAL
ux0:tai/kuio.skprx

Install the suprx in your tai/config.txt under *ALL or under whatever game you want to track

*ALL
ux0:tai/TrackPlug.suprx

(change to ur0 if you store the plugin there)

User guide

The plugin will automatically take playtime info.

You can use the TrackPlug vpk application to see current playtime status for every game you started at least once.

The VPK is marked as unsafe as it requires ur0:/appmeta and ux0:/app access to grab title and icon for tracked games.

Controls

Triangle - Delete current playtime status for selected game

Up/Down - Change selected game status

L/R - Change game ordering type

Select - Change colors for the background

Screenshots

trackplugvita3.png

trackplugvita4.png

trackplugvita5.png

Changelog

v1.1

  • Now application will create the needed folders in ux0:/data automatically.
  • Now TrackPlug is fully compatible with taiHen.
  • Now TrackPlug can be used to track even homebrews.
  • Now TrackPlug will store in an archive tracked application titles so if you delete an app, the title will still be visible.
  • Fixed a bug causing the application to show an error in certain circumstances.
  • Application updated to latest lpp-vita nightly.
  • Now application startup will be faster.

Credits

Red7s and Slade for testing the homebrew.

External links

Advertising: