-
Notifications
You must be signed in to change notification settings - Fork 23
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
Annual summary for Audio Books #41
Comments
Hey, thanks for trying out Wrapperr!
Thank you for your suggestions and feel free to ask if I can help with anything. |
Hey thanks for the quick reply. The album art is uploaded to a server when newsletters are generated by plex, some free hosting thing i cant recall. Thats just a nice to have anyway. What i really need is all albums between the date ranges. My friends and i like to do annual reading/listening lists.
Regards,
Richard
…________________________________
From: Aune ***@***.***>
Sent: Thursday, October 13, 2022 6:17:53 PM
To: aunefyren/wrapperr ***@***.***>
Cc: DoomTroopa84 ***@***.***>; Author ***@***.***>
Subject: Re: [aunefyren/wrapperr] Annual summary for Audio Books (Issue #41)
Hey, thanks for trying out Wrapperr!
* Allowing users to see more than the top 10 is something I can implement as a Wrapperr Customization feature, so thank you for the suggestion.
* Posters/art is a good idea, and already suggested (#12<#12>), but I need a good way to implement them into the front end. I'll take some time to decide where to pull the assets from and how to display them correctly. The general look and mobile-friendly UI need to be preserved.
* Newsletter/e-mail integration has also been suggested (#6<#6>), and could be a great addition to the project. This could take some time to do correctly, but as you mentioned, creating URLs for users is an alternative. Most of this functionality is already implemented so it could function as a placeholder.
* I'll take a look at the tag you mentioned and make sure it functions as it should. They were created quite quickly and should absolutely be documented properly.
Thank you for your suggestions and feel free to ask if I can help with anything.
—
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUK4DTPDC5LAPDBPCICLPLWC6ZSDANCNFSM6AAAAAARDZDN5A>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
That sounds cool! Then I'll prioritize customizing the top album list-length so you can see all the albums listened to. |
Added in v3.0.4. Feel free to re-open if necessary. |
Hey mate, thanks for implementing, but how do I set the number of albums? |
If you head to the admin page, enter "Wrapperr Customization", and set "Maximum length of top lists" to 0, it should display all the albums listened to. 😁 |
Thanks,
For some reason I can only see that option if I use edge as opposed to
firefox.
But works exactly how I wanted, any idea on what the tag I should put in
the header for that section to say the total number of albums AKA
audiobooks? {album_count} does not appear to work and my poor understanding
of tatulli api calls means I have no idea what to try.
Also is there wa y to filter out anything that was listened to for less
than say 10-15mins or ideally only list albums that were completed, similar
to how the movie section works?
…On Sun, Oct 16, 2022 at 8:48 PM Aune ***@***.***> wrote:
Hey mate, thanks for implementing, but how do I set the number of albums?
If you head to the admin page, enter "Wrapperr Customization", and set
"Maximum length of top lists" to 0, it should display all the albums
listened to. 😁
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APUK4DWXNZWAXL4DUD64BITWDPFQBANCNFSM6AAAAAARDZDN5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey sorry for the silly questions, but to make the URLs accessible for users, how do I do that? I assume one way is to open the port on the router but would prefer not to do that, I have a deidcated url dns for my nas, is it just appended to that? One alternative would be for me to go and generate the the outputs, save them, then attach them to a end of year newsletter, can tautulli call wrapper to generate the page? that would remove the need for email integration from wrapper and just leverage tautuulli newsletter |
Hi!
This is most likely your browser caching the previous version of Wrapperr. Clear your browser data or wait for the information to expire.
I looked and there is currently no
This is currently not possible, but definitely, something that could be implemented. Not sure exactly how it should be implemented without being needlessly complicated, however. A minute threshold would be different for different media, so a completion option with a percentage variable is probably preferred.
There are multiple ways to do this. I understand not wanting to port forward. It is possible to set up a Cloudflare Argo tunnel, which I found especially easy when used with Docker. You could also create a VPN tunnel and access the application through that IP, or point a domain to it.
If you have a local DNS, only people on your network can reach services using that DNS.
The plan is to allow an admin to generate the URL for its users, which would allow the admin to extract the HTML and JS from the URL if desired. It is then possible to place this into an e-mail, but I have no clue how to do this, unfortunately. An e-mail feature is also planned but could take some time. |
Thanks gor getting back to me,
If i can help test a yrhing let me k ow.
I think if we can count 75% of total time listened to albums regardless of number of tracks that will cover it. Not a big issue, ppl will instinctively see their list. It would be good to save the while thing as an offline attachment. My pref is to send out as part of a xmas newsletter. So if i generate save and store in a folder under username.html or something. Or i could just do it manually.
Please keep up the good work.
Regards,
Richard
…________________________________
From: Aune ***@***.***>
Sent: Wednesday, 19 October 2022, 5:54 pm
To: aunefyren/wrapperr ***@***.***>
Cc: DoomTroopa84 ***@***.***>; Author ***@***.***>
Subject: Re: [aunefyren/wrapperr] Annual summary for Audio Books (Issue #41)
Hi!
Thanks, For some reason I can only see that option if I use edge as opposed to firefox.
This is most likely your browser caching the previous version of Wrapperr. Clear your browser data or wait for the information to expire.
{album_count} does not appear to work
I looked and there is currently no {album_count} tag. The only ones available are the ones that appear by default when setting up Wrapperr. I am planning on expanding this and documenting them.
filter out anything that was listened to for less
than say 10-15mins or ideally only list albums that were completed, similar
to how the movie section works?
This is currently not possible, but definitely, something that could be implemented. Not sure exactly how it should be implemented without being needlessly complicated, however. A minute threshold would be different for different media, so a completion option with a percentage variable is probably preferred.
make the URLs accessible for users, how do I do that?
There are multiple ways to do this. I understand not wanting to port forward. It is possible to set up a Cloudflare Argo tunnel, which I found especially easy when used with Docker. You could also create a VPN tunnel and access the application through that IP, or point a domain to it.
I have a deidcated url dns for my nas, is it just appended to that?
If you have a local DNS, only people on your network can reach services using that DNS.
can tautulli call wrapper to generate the page? that would remove the need for email integration from wrapper and just leverage tautuulli newsletter
The plan is to allow an admin to generate the URL for its users, which would allow the admin to extract the HTML and JS from the URL if desired. It is then possible to place this into an e-mail, but I have no clue how to do this, unfortunately. An e-mail feature is also planned but could take some time.
—
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUK4DUP56LQEGI67TT5A6TWD6LJ5ANCNFSM6AAAAAARDZDN5A>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hey sorry I am fairly amateurish to this but I am trying to create an end of year summary for my user of all the audiobooks they have listened too over the year. Wrapper pulls the top 10 but I really need the whole list, ideally I could include the labum art like I do for the newsletter and a synopsis from the plex database. Then send this out as a newsletter, or at least let me generate urls that I can send out.
Any help appreciated.
Also I tried to use {album_count} for total albums played but didn't work, is there a list of tags?
The text was updated successfully, but these errors were encountered: