├── .github └── FUNDING.yml ├── InstallerManifest.yaml ├── README.md ├── icon.png ├── screenshot01.png ├── screenshot02.png ├── thumbnail01.jpg ├── thumbnail01.png └── thumbnail02.jpg /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: mikeaniki 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 12 | polar: # Replace with a single Polar username 13 | buy_me_a_coffee: # Replace with a single Buy Me a Coffee username 14 | thanks_dev: # Replace with a single thanks.dev username 15 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 16 | -------------------------------------------------------------------------------- /InstallerManifest.yaml: -------------------------------------------------------------------------------- 1 | AddonId: 'Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461' 2 | Packages: 3 | - Version: 1.2 4 | RequiredApiVersion: 2.5.0 5 | ReleaseDate: 2024-02-12 6 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.2/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_2.pthm 7 | Changelog: 8 | - First public release build 9 | - Version: 1.3 10 | RequiredApiVersion: 2.5.0 11 | ReleaseDate: 2024-02-12 12 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.3/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_3.pthm 13 | Changelog: 14 | - Adjustment of Text alignment in detail view. 15 | - Readme.txt added to theme folder for instructions. 16 | - Adjustment of filter icons at the bottom of the screen. 17 | - Fixed a problem where the grid view was displaying the source icon and filter name in the middle of the screen. 18 | - Adjusted the source icon so that it was in the same place on all views. 19 | - Addition of a detail view without trailer. 20 | - Added a "theme option" folder to choose between the 2 detail views. 21 | - Version: 1.4 22 | RequiredApiVersion: 2.5.0 23 | ReleaseDate: 2024-02-12 24 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.4/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_4.pthm 25 | Changelog: 26 | - Added different variations to the "Theme Option" folder, including variations without the source icon. 27 | - Version: 1.5 28 | RequiredApiVersion: 2.5.0 29 | ReleaseDate: 2024-02-18 30 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.5/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_5.pthm 31 | Changelog: 32 | - Fixed the slider that wasn't displaying in the settings. 33 | - Added several variants for the home screen (in the Theme Option folder). 34 | - Version: 1.6 35 | RequiredApiVersion: 2.5.0 36 | ReleaseDate: 2024-03-03 37 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.6/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_6.pthm 38 | Changelog: 39 | - Avatar icon added in place of settings icon. 40 | - Addition of an intro video. 41 | - Redesigned options menu. 42 | - Correction of a duplication problem in the theme option file. 43 | - Adjustment of source icon. 44 | - Steam banner background option added. 45 | - Font changed. 46 | - Version: 1.7 47 | RequiredApiVersion: 2.5.0 48 | ReleaseDate: 2024-04-12 49 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.7/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_7.pthm 50 | Changelog: 51 | - Readjusting the screen shadow 52 | - Fixed a problem where battery icons were not superimposed correctly 53 | - Fixed a problem where the rating images displayed the movie rating instead of the games image 54 | - Added the clock 55 | - Add a configuration message when launching the theme 56 | - Integration of more options in the folder [.../ThemeOption/interface] 57 | - Integration of main view with trailer 58 | - Added Logos Source 59 | - Intro video changed 60 | - New Logo 61 | - Version: 1.7.5 62 | RequiredApiVersion: 2.6.0 63 | ReleaseDate: 2024-07-14 64 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.7.5/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_7_5.pthm 65 | Changelog: 66 | - Integration of ThemeOptions addon 67 | - Version: 1.8 68 | RequiredApiVersion: 2.6.0 69 | ReleaseDate: 2024-08-04 70 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.8/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_8.pthm 71 | Changelog: 72 | - Better integration of the ThemeOptions addon. 73 | - Added localizations for ThemeOptions. 74 | - Adjusted "Trailer on main view" option, now trailer plays entirely. 75 | - Added a trophy page. 76 | - Version: 1.8.1 77 | RequiredApiVersion: 2.6.0 78 | ReleaseDate: 2024-08-04 79 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.8.1/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_8_1.pthm 80 | Changelog: 81 | - Correction of a duplication problem in theme files. 82 | - Version: 1.8.2 83 | RequiredApiVersion: 2.6.0 84 | ReleaseDate: 2024-08-05 85 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.8.2/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_8_2.pthm 86 | Changelog: 87 | - Fixed problem with details page crashing playnite 88 | - Trailer on main view now starts after intro 89 | - Version: 1.8.3 90 | RequiredApiVersion: 2.6.0 91 | ReleaseDate: 2024-08-07 92 | PackageUrl: https://github.com/Mike-Aniki/Aniki-Remix/releases/download/v1.8.3/Aniki_Remix_df9e4536-addb-46a6-9a2c-4550c7cff461_1_8_3.pthm 93 | Changelog: 94 | - Adjusting the main view with trailer. 95 | - Fixed a problem that let the main menu appear before the intro. 96 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ⚠️ End of updates for Aniki Remix ⚠️ 2 | 3 | Please note that the Aniki-Remix theme will no longer receive updates. However, it remains fully functional and you can continue to use it if you wish. 4 | 5 | That said, I strongly recommend you move on to Aniki Remake, my most accomplished theme. With its many customization options, Aniki Remake lets you recreate exactly the same rendering as Remix, while benefiting from regular improvements and updates. 6 | 7 | ### Why switch to Aniki ReMake ? 8 | 9 | - Aniki Remake offers over 25 different interfaces and more than 25 animated login screens, as well as numerous customization options. 10 | - You can adjust settings to match Remix's look and feel, or explore new options to make your interface unique. 11 | - Designed to offer a complete console experience on the PC, it is particularly optimized for joystick users. 12 | 13 | 👉 [Link to Aniki ReMake](https://github.com/Mike-Aniki/Aniki-ReMake) 14 | 15 | Finally, I'd like to extend my warmest thanks to all those who have supported Aniki Remix, either by using it or by sharing your feedback. This theme has been an important step in my creative journey and has enabled me to create Aniki Remake. Your enthusiasm has been an incredible source of motivation. 16 | 17 | --- 18 | 19 | # Aniki-Remix Fullscreen Theme for Playnite 20 | Aniki Remix is a Playnite theme based on ZeroAntix's Remix theme, which I've modified into a custom version and decided to share with the community. 21 | 22 | ![screenshot01](https://github.com/Mike-Aniki/Aniki-Remix/assets/159768785/96c3d2d0-9b73-4580-8b4c-a635ad83c5e5) 23 | ![screenshot02](https://github.com/Mike-Aniki/Aniki-Remix/assets/159768785/2e4dba4c-b904-422f-88fd-9e8f0ada6494) 24 | 25 | --- 26 | 27 | To modify the theme : 28 | 29 | - It is essential to download the "Theme Options" addon by Artem Shpynov. 30 | A huge thank you to him for developing this addon. 31 | He has done an exceptional job, and I encourage you to thank him on his GitHub page. 32 | 33 | 34 | - "Theme Options" allows you to customize fullscreen theme options on Playnite. 35 | The options integrated by the theme developer are directly accessible through the addon in Fullscreen or Desktop, avoiding the need to manually modify theme files. 36 | Enjoy a Playnite interface that effortlessly adapts to your tastes with the extensive customization possibilities offered by Theme Options. 37 | 38 | Theme Options addon Github : https://github.com/ashpynov/ThemeOptions 39 | 40 | --- 41 | 42 | For filter icons to appear correctly, the filter name and icon.png name must match ! 43 | 44 | - To modify the icons 45 | (those located at the bottom of the screen), open: [Aniki Remix\Icons\Filter], choose and rename (or add) any .png with the name corresponding to your filters ( Filter: "my games" = "my games.png"). 46 | 47 | - For source icons: 48 | (those located at the Top of the screen), the folder is [Aniki Remix\Icons\Source]. 49 | 50 | - To modify menu navigation audio files 51 | access the [Aniki Remix\Audio] folder. You must rename your file exactly as the file you wish to replace. To disable these sounds, rename or delete the audio files. 52 | 53 | --- 54 | 55 | Before you begin, make sure to have the following Add-on installed for an optimal theme experience. 56 | 57 | To download them, go to settings by clicking on the Playnite icon shaped like a controller, located at the top left. Then, select "Add-on" and go to the "Browse" tab at the bottom to search for the extensions. 58 | 59 | 60 | Recommended extensions: 61 | 62 | Generic: 63 | 64 | - ExtraMetadataLoader (For Game Trailer and Logo) 65 | - ExtraMetadataLoader Fullscreen Helper (For ExtraMetada Works in Fullscreen mode) 66 | - How Long To Beat (To have enough time to finish the game) 67 | - SuccessStory (To get the game's achievements) 68 | - Splash Screen (To launch the game with a full-screen image) 69 | - PlayniteSound Mod by Ashpynov (To have personalized interface sounds + different music for each game) 70 | 71 | Metadata Source: 72 | 73 | - Universal PSN Metadata (To automatically download game covers in square format and wallpapers adapted to the theme with characters on the right of the screen) 74 | 75 | 76 | --- 77 | Recommended settings: 78 | 79 | ## In Desktop Mode: 80 | 81 | ### For wallpapers and covers : 82 | 83 | -Access the settings by clicking on the Playnite icon shaped like a controller, at the top left. Select "Settings." 84 | - Go to the "Metadata" tab and choose "PSN Store" in the settings for "Covers" and "Background Image." For other elements, choose the metadata source that suits you. 85 | - Next, go to the "Appearance/Grid view" and set the "Target aspect ratio" to 1:1. 86 | - Save the changes using the "Save" button at the bottom of the window. 87 | 88 | ### For logos: 89 | 90 | - Access the settings by clicking on the Playnite icon shaped like a controller, at the top left. 91 | - Go to "Add-on/Generic/Extra Metadata Loader/Logo Settings." 92 | - In the "logo loader" settings, set the following values: 93 | 94 | - Maximum Width: 600 95 | - Maximum Height: 320 96 | 97 | ## In Full-Screen Mode: 98 | 99 | - Access the settings by clicking on the gear-shaped icon at the top right. 100 | - In the "Layout" section, choose "8" for the number of columns and "25" for spacing to achieve a balanced appearance. 101 | --- 102 | Enjoy your gaming experience! 103 | -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/icon.png -------------------------------------------------------------------------------- /screenshot01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/screenshot01.png -------------------------------------------------------------------------------- /screenshot02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/screenshot02.png -------------------------------------------------------------------------------- /thumbnail01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/thumbnail01.jpg -------------------------------------------------------------------------------- /thumbnail01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/thumbnail01.png -------------------------------------------------------------------------------- /thumbnail02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mike-Aniki/Aniki-Remix/8001dd32deff7f08ecfec1e9fb1ae3c7740a69d3/thumbnail02.jpg --------------------------------------------------------------------------------