Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

A list of features to consider implementing #9

Closed
7 of 13 tasks
DineshSolanki opened this issue Jun 13, 2020 · 31 comments
Closed
7 of 13 tasks

A list of features to consider implementing #9

DineshSolanki opened this issue Jun 13, 2020 · 31 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@DineshSolanki
Copy link
Owner

DineshSolanki commented Jun 13, 2020

This is a list of features that can be implemented.

please comment on this issue for new feature requests. Do not use it to tell about bugs or errors, for that please open a new issue.

  • Background watcher to automatically create poster Mode icons whenever a new media in the watched folder is added.
  • Save id of search in a file so that in case of a system failure or shutdown, the user won't have to go through selecting ambiguous titles, as id would find the exact title.
  • Globalization of FoliCon
  • Ability to browse through and select a different poster in the poster mode.
  • option to give a custom rating on the rating badge.
  • display the corresponding image, just before the text http://prntscr.com/t1l5rc
  • Support for trailer or videos on the Search screen.
  • Support for TV-season icons and auto-detection.
  • More rating badges.
  • Show media quality on icon(if available)
  • Feature to rename folders to correct media files.
  • Dark mode
  • Comics and manga support
@DineshSolanki DineshSolanki added the enhancement New feature or request label Jun 13, 2020
@DineshSolanki DineshSolanki pinned this issue Jun 13, 2020
DineshSolanki added a commit that referenced this issue Jun 17, 2020
@FazCodeFR
Copy link

FazCodeFR commented Jun 17, 2020

Hello ! Nice soft !

@DineshSolanki
Copy link
Owner Author

hey, thanks for suggesting,
for the first feature, I initially worked on this, as I thought it would help in quick selection, but as the image will be downloaded for each result, it will be an unnecessary overhead, as an alternative, I can load images only of those which item is clicked but even then I'll have to send a request, so I don't find this feasible, correct me if there's something.

and for the second suggestion, I couldn't understand what you mean by video series, can you please explain more about it.

@DineshSolanki DineshSolanki added the awaiting response Further clarification is needed. label Jun 19, 2020
@DineshSolanki
Copy link
Owner Author

I tested the first feature today and I think it doesn't need to be an overhead as I only gave poster path to the selected item as a string, and image Control being smart enough automatically downloads it when needed so no need to request again

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jun 22, 2020

Poster preview in Poster mode result introduced in 0d84b54
And available in the latest release

@DineshSolanki
Copy link
Owner Author

About background watcher, I think it's not needed really, considering most of us don't want to let the app run in the background the whole time.

@DineshSolanki DineshSolanki added the Hacktoberfest PR would be counted for Hacktoberfest label Oct 7, 2020
@DineshSolanki DineshSolanki removed the Hacktoberfest PR would be counted for Hacktoberfest label Nov 5, 2020
@pierx
Copy link

pierx commented Jan 21, 2021

Regarding the new feature the custom icon setter, I think it would be nice if it target the exact single folder we would like to change and drag the exact icon directly into the box.
Also it would be good if the desktop.ini IconResource= doesn't include the path but directly the icon name so the folder can be move freely, just like the normal icon mode.
Here's mockup for it
folicon_request

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jan 22, 2021

@pierx sorry for the late reply, I was a little occupied.
Thank you for pointing that out, I have corrected that now,
also about the "one folder". you can delete other folders and icons keeping only the ones that you want, use the delete key. or other usual shortcuts such as "Shift + End" for selecting to end.
you can also rearrange the items.
FoliCon single folder

@DineshSolanki
Copy link
Owner Author

@pierx v3.2.1 available with "icon path fix"

@pierx
Copy link

pierx commented Jan 26, 2021

@pierx sorry for the late reply, I was a little occupied.
Thank you for pointing that out, I have corrected that now,
also about the "one folder". you can delete other folders and icons keeping only the ones that you want, use the delete key. or other usual shortcuts such as "Shift + End" for selecting to end.
you can also rearrange the items.
FoliCon single folder

Thanks for the tips and the update!

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jul 20, 2021

feature -Ability to browse through and select a different poster in the poster mode.
added in version 3.3, looking forward for feedback.

-.GIF.mp4

@pierx
Copy link

pierx commented Jul 21, 2021

Thanks for the update!
Suggestion, instead of clicking the poster for option, it might better to add button for that action.
foli
By the way, this poster option doesn't seem to work on TV search mode.

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jul 21, 2021

Thanks for the update!
Suggestion, instead of clicking the poster for option, it might better to add button for that action.
foli
By the way, this poster option doesn't seem to work on TV search mode.

I Tried it on TV mode, It's working, but I'll take a look again at the possible causes, also this is yet not available for game mode.
about the button, Yes I should do, maybe next weekend, Thanks,

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jul 26, 2021

@pierx TV mode issue is fixed, and show more button is also added in the latest release. please download the same.
Also I want to take a moment to thank you for your valuable comments and suggestion, they are a big reason for FoliCon's evolution.

@pierx
Copy link

pierx commented Jul 26, 2021

@pierx TV mode issue is fixed, and show more button is also added in the latest release. please download the same.
Also I want to take a moment to thank you for your valuable comments and suggestion, they are a big reason for FoliCon's evolution.

Thank you very much for the update. The show more button works nicely and the TV mode issue is fixed now.

@DineshSolanki DineshSolanki removed the awaiting response Further clarification is needed. label Jul 26, 2021
@DineshSolanki
Copy link
Owner Author

Custom rating now also available, and more tool-tips.

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Aug 4, 2021

4 new languages added, although in pre-release, needs more testing.
Download from release section.

@DineshSolanki
Copy link
Owner Author

ID of picked titles now stored, for resolving titles automatically.

@riyaddl
Copy link

riyaddl commented Dec 10, 2021

Hello, Great app.

  • the ability to add a custom overlay.
  • the ability to change the rating badge (with a star for example)

@DineshSolanki
Copy link
Owner Author

Hello, Great app.

  • the ability to add a custom overlay.
  • the ability to change the rating badge (with a star for example)

Will look into them, in the meantime you might put here the custom overlays you fancy, so That I can aseess if they can be made into folicon

@tiwey15
Copy link

tiwey15 commented Dec 31, 2021

Love the app! I've been trying to find something like this for a while. Thank you for your hard work.

I do have two suggestions.

  1. the DVD Icon is great, but itd be really cool if the icon could change based on the resolution of the file. I.e. if it's 4k replace "DVD Video" with "UHD" or 1080p with "HD" and everything else "SD".

  2. Also, the name search funtion is really good, i wonder if it'd be too much trouble to have it rename the folder along with changing the icon.

Thanks so much. You are wonderful.

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jan 1, 2022

Hey, thanks for the kind words and support through Paypal, truly appreciated it,
About the 'DVD' on layout, that is not generated by 'FoliCon' it's an icon that I used from DeviantArt, FoliCon would have trouble generating mockups like photoshop but I tried to get closer to that. and you can choose from other layouts as well, there are 5 of them in-app
image

But we might be able to achieve this if I manually modify icons with photoshop and try to identify quality from the name of the media file.

About the second one, renaming shouldn't be a problem, but there are tonnes of apps that do it better already, I would recommend Filebot 4.7

I'll add them as future enhancements -

  1. Show media quality on icon
  2. Feature to rename folders to correct media files.

@abewartech
Copy link

abewartech commented Oct 8, 2022

integrated with :

  • TinyMediaManager
  • Radarr & Sonarr

@DineshSolanki
Copy link
Owner Author

integrated with :

* TinyMediaManager

* Radarr & Sonarr

How should I go with that, AFAIK they don't have a plugin system, do you mean FoliCon should carry feature from them?

@TheFmC
Copy link

TheFmC commented Jul 14, 2023

Thank You For Your Work i really like the app .. but their is one problem iam facing .. low resolution for icons

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Jul 23, 2023

Thank You For Your Work i really like the app .. but their is one problem iam facing .. low resolution for icons

Hi @TheFmC Issue has been solved, will be releasing soon, thanks for reporting.

@TheFmC
Copy link

TheFmC commented Jul 23, 2023

Thank You For Your Work i really like the app .. but their is one problem iam facing .. low resolution for icons

Hi @TheFmC Issue has been solved, will be releasing soon, thanks for reporting.

Thank you @DineshSolanki for solving the problem in a short time
I can asure that it work now <3

@MasoudRahmani
Copy link

Anime? 🥹

@DineshSolanki
Copy link
Owner Author

Anime? 🥹

Doesn't anime works with professional mode?

@MasoudRahmani
Copy link

Anime? 🥹

Doesn't anime works with professional mode?

Yes it does actually, also with data from IMDb, but i thought since it was not mentioned maybe there were more to it.
like an API Anilist

Comic Books ,

Manga

@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Aug 25, 2023

Anime? 🥹

Doesn't anime works with professional mode?

Yes it does actually, also with data from IMDb, but i thought since it was not mentioned maybe there were more to it.
like an API Anilist

Comic Books ,

Manga

The APIs you provided seems promising.
Will surely look into this information.

@DineshSolanki DineshSolanki added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 3, 2023
@DineshSolanki
Copy link
Owner Author

DineshSolanki commented Sep 10, 2023

Pre-release available with dark mode, check it out, and help me get it release ready by your suggestions and feedback everyone https://github.com/DineshSolanki/FoliCon/releases/tag/v3.11.0-beta.1

update - available in v3.11.0

Repository owner locked and limited conversation to collaborators Sep 20, 2023
@DineshSolanki DineshSolanki converted this issue into discussion #142 Sep 20, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

8 participants