SASlions1 / jmm

Automatically exported from code.google.com/p/jmm
0 stars 0 forks source link

Group Filter by Import Folder #454

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have my series in Dropped/Complete/Active etc folders
It would be nice to be able to create a Group Filter that only displays groups 
that have shows in a selected import folder.

To create for example a 'Dropped' group with the current version you would have 
to create a new group, name it Dropped and add all groups containing dropped 
shows manually to it which would be a bit painful with >100 dropped groups.

Attached patch which implements this feature, seems to run pretty slow though 

Original issue reported on code.google.com by sypher.m...@gmail.com on 24 Jun 2013 at 10:52

Attachments:

GoogleCodeExporter commented 8 years ago
:/ my svn diff tool butchered that patch.. oh well, I can clean it up if it 
will help

Original comment by sypher.m...@gmail.com on 24 Jun 2013 at 10:59

GoogleCodeExporter commented 8 years ago
ok, so having looked a bit further into the class structure the performance 
issue seems to be because every time you get the AllVideoLocals list from an 
AnimeSeriesVM it makes a request to the server.. 

the way around it would be to add a field to the AnimeSeriesVM class and 
presumably change the server response to include that field.. seems like a lot 
of effort

Original comment by sypher.m...@gmail.com on 24 Jun 2013 at 2:39

GoogleCodeExporter commented 8 years ago
Hi, there is an open issue where you will be able to mark a series as dropped
https://code.google.com/p/jmm/issues/detail?id=397

While it doesn't say so on that issue, it really just refere to creating your 
own set of tags and attaching them to whatever series you want.

You will then be able to use these on group filters however you want.

Does this meet your requirements?

Original comment by werndly...@gmail.com on 27 Jun 2013 at 11:53

GoogleCodeExporter commented 8 years ago
Yes, that would work, although AniDB allows you to change the state of a series 
to 
Unknown, Collecting, Watching, Stalled, Complete or Dropped
being able to set these and have the state sync would be ideal.. if the API 
allows for it

But yeah, a more general tag system would be nice.. either way feel free to 
close this issue, I did search for existing issues re:dropping a series but 
nothing showed up so I guess this is overlaps a bit with an existing issue as 
the 'by folder' part isn't really important

Original comment by sypher.m...@gmail.com on 29 Jun 2013 at 3:38

GoogleCodeExporter commented 8 years ago
https://github.com/japanesemediamanager/jmmserver/issues/24

Original comment by werndly...@gmail.com on 20 Aug 2014 at 12:28