New
Apr 24, 2015 7:31 PM
#601
GenesisGenome said: started having issues after updating to 1.2 with horriblesubs release of JoJo's Bizarre Adventure 2nd Season being detected. "[HorribleSubs] JoJo's Bizarre Adventure - Stardust Crusaders Egypt Arc - 40" Playing the file from explorer has taiga detect the episode as s2e16 which is fine and I can only assume it will update, however within Taiga itself, it does not show as there being a new episode (no blue highlighting). I can also no longer play an episode of it directly from taiga. Seems like it can parse the title name from mpc-hc correctly, but its failing on the file scanning. all other shows seem fine. Your list says that you've watched the 39th episode of the series, which is actually the 15th episode. It should work correctly after fixing your progress. |
Apr 24, 2015 7:57 PM
#602
ahh, yes that did it. Cheers. |
Apr 26, 2015 3:57 AM
#603
Apr 26, 2015 8:01 AM
#604
Apr 27, 2015 11:15 PM
#605
Is it just me or are we no longer able to delete anime from our library? |
Apr 27, 2015 11:24 PM
#606
erengy said: You can still delete individual items with the Delete key. But for the next release I'm going to re-add the relevant menu item as well. |
Apr 28, 2015 10:19 PM
#607
I've built a small service (http://www.monthly.moe) mostly for personal use which automatically keeps track of all airing dates for anime using a combination of AniDB and http://cal.syoboi.jp information. It allows me to keep track of what has already aired, but I haven't yet watched/downloaded. It's especially useful when it comes to movies and episodes, which are easy to miss. I added a very small HTTP API, so that a person could use Taiga's HTTP Sharing to update it after watching each episode (it also supports synchronization from a MAL account, but they still haven't answered my white-listing request). Anyways, I've noticed that the HTTP Sharing functionality kicks in immediately after opening an episode, even if updates have a "Delay" configured, or "Wait for media player to close" is selected. It's a bit annoying, as it then reports to my server that I watched a certain episode when I only opened it for a few seconds, for example because I wanted to check if the file works correctly. Would it be possible for you to make HTTP Sharing follow the same configuration (delay, focus, wait to close, etc) as the normal MAL updates? |
GravewishApr 28, 2015 10:28 PM
Apr 28, 2015 11:18 PM
#608
That looks quite nice, LordGravewish. I think it's supposed to send three HTTP requests in total, in the following order: 1. playstatus=playing → Sent when the delay time is up. Doesn't wait for the media player to be closed. 2. playstatus=stopped → Sent when the media player or Taiga is closed, if you were watching an episode. 3. playstatus=updated → Sent when a new entry is added to your update queue. Doesn't wait for it to be synchronized. I just confirmed that it works as above with the settings that I use, but I'm not sure it always works the same. It's been years since the last time I worked on the HTTP sharing feature; I do intend to rewrite the system sometime. Regarding the issue you have, which play status does Taiga send for you? I looked around the code but it seems it should at least wait for the delay time before sending a request. |
Apr 29, 2015 8:55 AM
#609
Ah, I hadn't noticed there's a variable called %playstatus% (I've been using a custom request string). That changes things. Yeah, my problem was the "playing" and "stopped" messages, since I didn't send %playstatus% my server interprets them as if the respective episode needs to be updated. So I guess it was my problem after all. Sorry for bothering you, thanks! |
GravewishApr 29, 2015 12:33 PM
Apr 29, 2015 7:31 PM
#610
No problem. Let me know if there's anything in the HTTP sharing feature that you'd prefer it worked differently. It's going to take some time to implement the new system (likely in v1.3, haven't decided yet) but I can do things like adding options for each play status. |
Apr 30, 2015 2:10 PM
#611
If you have time, it'd be useful, when updating the watched episode count (which I can grab through the %watched% variable), if it could also tell the server what the watched episode count was BEFORE the update (i.e. %oldwatched% or something). Also, since my usage specifically doesn't require anything other than the "updated" sharing requests (they're currently being discarded on the server side), it would be useful if the other request types could be disabled by the user, as you suggested. It would mean slightly less load on the server (1 request per update, instead of 3) These aren't very critical, though, so don't spend too much time on it. Thanks! |
GravewishApr 30, 2015 2:18 PM
Apr 30, 2015 4:30 PM
#612
Taiga still has the problem of entries not updating when their finished dates or number of episodes go from whatever to unknown. |
May 2, 2015 7:15 AM
#613
Hi! I've recently encountered a curious problem. When using the "Torrents" section to browse the list of available torrents, I can't seem to get information (right-click -> Information) on series that are marked as "unknown" (gray square next to their names); I can only get information on series that are marked as "currently-airing" (green square) or "finished airing" (blue square), whereas (I believe) /every/ series should show as either green or blue squares. Strangely, this problem didn't exist for me prior to upgrading to the latest version of Taiga; I seem to be the only person with this issue, so I'm assuming that I screwed up my own program. I've racked my brain trying to figure this out, so any help would be appreciated. Keep up the good work! Your program is incredible. |
May 2, 2015 8:45 AM
#614
FabulousLee said: It's not just you, that was changed in the last update. I personally don't see a reason for this change either.Hi! I've recently encountered a curious problem. When using the "Torrents" section to browse the list of available torrents, I can't seem to get information (right-click -> Information) on series that are marked as "unknown" (gray square next to their names); I can only get information on series that are marked as "currently-airing" (green square) or "finished airing" (blue square), whereas (I believe) /every/ series should show as either green or blue squares. Strangely, this problem didn't exist for me prior to upgrading to the latest version of Taiga; I seem to be the only person with this issue, so I'm assuming that I screwed up my own program. I've racked my brain trying to figure this out, so any help would be appreciated. Keep up the good work! Your program is incredible. On that note, Taiga still seems to be having problem with Torrent detection, I reported this before and it was mostly fixed but seems like it's back now, no idea why. Also related but not a bug, how about letting us add alternative titles to anime we don't have in our lists? Since now we can't create quick filters for unknown ID torrents (I also don't see a point to this change) it's harder to filter them out if we don't want to filter out all the unknown ones (bring quick filters for these torrents back would still work better than letting us add alternative titles to torrents we don't have in our lists). |
May 2, 2015 4:01 PM
#615
FabulousLee said: Hi! I've recently encountered a curious problem. When using the "Torrents" section to browse the list of available torrents, I can't seem to get information (right-click -> Information) on series that are marked as "unknown" (gray square next to their names); I can only get information on series that are marked as "currently-airing" (green square) or "finished airing" (blue square), whereas (I believe) /every/ series should show as either green or blue squares. Strangely, this problem didn't exist for me prior to upgrading to the latest version of Taiga; I seem to be the only person with this issue, so I'm assuming that I screwed up my own program. I've racked my brain trying to figure this out, so any help would be appreciated. Keep up the good work! Your program is incredible. Hi there FabulousLee. A gray square means that Taiga could not figure out which anime the torrent belongs to. Hence, it cannot display the anime information. Prior to v1.2, Information menu item simply triggered a MAL search, which worked exactly the same as the Search for anime with this title menu item below. To make the fact that the torrent is unidentified more apparent, I disabled the menu item in the latest version. Ideally, all torrents would be identified. But this is usually not the case. For a torrent (or a filename) to be identified: - The anime must be in Taiga's local anime database. If you have the anime in your list, then it already is. All search results and the season data you viewed are stored in the database too. - The parsed title (e.g. "Fairy Tail S2") of a filename (e.g. "[HorribleSubs] Fairy Tail S2 - 56 [720p].mkv") must match one of the anime titles in the database. Sometimes, the titles MAL provide aren't enough. For instance, MAL provides "Fairy Tail (2014)" and "Fairy Tail Series 2", but not "Fairy Tail S2". In this case, the user needs to add it as an alternative titles via the Anime Information dialog. |
May 3, 2015 4:49 PM
#616
Just something minor for me now, but I am more curios why it doesn't work for me. Trying to setup automatic torrent for the Yamada-kun to 7-nin no Majo OVA. Had some problems with this, that it can't find the torrent on Nyaa http://i.imgur.com/ekOYE5X.png When searching via rightclick in the program nothing is found, even tried giving the specific name to it (Yamada-kun to 7-nin no Majo and Yamada-kun to 7-nin no Majo OVA, both checked and unchecked). When downloaded manually the programs detects the file directly. But why can't the program detect the torrent on Nyaa? Always found filtering and everything being a small hassle now and then when setting up automatic downloading, and I'm not sure everytime why... Maybe an understanding in how the code works when searching the sites will help me -------------------------------------------------------------------------------- Problem that occurred for me just now When removing the prefered fansub group http://i.imgur.com/rRSVYlh.png it also removes the entire filter where it was contained when it wasn't the only selected show to be filtered in it |
EyadishMay 3, 2015 4:59 PM
May 3, 2015 9:05 PM
#617
If you mean that the torrent doesn't appear on Torrents page at all, it's probably because of this: The default RSS feed URLs for Nyaa use the "English-translated anime" category (cats=1_37) and "Trusted only" filter (filter=2). By modifying these values (e.g. filter=0) via Settings → Torrents → Discovery, you can see more releases on the Torrents page. I'll take a look at the second problem you mentioned, thanks for the report. |
May 4, 2015 2:13 AM
#618
erengy said: FabulousLee said: Hi! I've recently encountered a curious problem. When using the "Torrents" section to browse the list of available torrents, I can't seem to get information (right-click -> Information) on series that are marked as "unknown" (gray square next to their names); I can only get information on series that are marked as "currently-airing" (green square) or "finished airing" (blue square), whereas (I believe) /every/ series should show as either green or blue squares. Strangely, this problem didn't exist for me prior to upgrading to the latest version of Taiga; I seem to be the only person with this issue, so I'm assuming that I screwed up my own program. I've racked my brain trying to figure this out, so any help would be appreciated. Keep up the good work! Your program is incredible. Hi there FabulousLee. A gray square means that Taiga could not figure out which anime the torrent belongs to. Hence, it cannot display the anime information. Prior to v1.2, Information menu item simply triggered a MAL search, which worked exactly the same as the Search for anime with this title menu item below. To make the fact that the torrent is unidentified more apparent, I disabled the menu item in the latest version. Ideally, all torrents would be identified. But this is usually not the case. For a torrent (or a filename) to be identified: - The anime must be in Taiga's local anime database. If you have the anime in your list, then it already is. All search results and the season data you viewed are stored in the database too. - The parsed title (e.g. "Fairy Tail S2") of a filename (e.g. "[HorribleSubs] Fairy Tail S2 - 56 [720p].mkv") must match one of the anime titles in the database. Sometimes, the titles MAL provide aren't enough. For instance, MAL provides "Fairy Tail (2014)" and "Fairy Tail Series 2", but not "Fairy Tail S2". In this case, the user needs to add it as an alternative titles via the Anime Information dialog. Thanks for your response. Everything makes sense now :> |
May 4, 2015 10:58 AM
#619
MyAnimeList returned an invalid response. And here we go again. Running Taiga 1.0.282 because any version past that refuses to run in my machine (a rather old computer running Windows XP on a 32 bit processor), and the most recent download from the link in the front page of the club flat out says that Taiga.exe is not a valid application (so I guess it really hates this little toaster). ...And since XP support is over, I guess that's it for me. |
May 4, 2015 1:24 PM
#620
Cannot update list, get "Unknown error (200)". Possibly related to MAL site requiring captcha to verify that you are human? |
May 4, 2015 1:54 PM
#621
erengy said: If you mean that the torrent doesn't appear on Torrents page at all, it's probably because of this: The default RSS feed URLs for Nyaa use the "English-translated anime" category (cats=1_37) and "Trusted only" filter (filter=2). By modifying these values (e.g. filter=0) via Settings → Torrents → Discovery, you can see more releases on the Torrents page. I'll take a look at the second problem you mentioned, thanks for the report. Ooh, I understand now. Will play around with that and see if I can get more success in my filtering! |
May 4, 2015 1:59 PM
#622
Kalanoch said: Probably not that, can't seem to download my list either:Cannot update list, get "Unknown error (200)". Possibly related to MAL site requiring captcha to verify that you are human? http://myanimelist.net/panel.php?go=export So that's probably the problem, it'll probably be fixed soon. You can still makes updates (increasing episodes, add entries, etc) though and they'll go through. |
May 4, 2015 9:15 PM
#623
May 4, 2015 10:24 PM
#624
raposazul said: MyAnimeList returned an invalid response. And here we go again. Running Taiga 1.0.282 because any version past that refuses to run in my machine (a rather old computer running Windows XP on a 32 bit processor), and the most recent download from the link in the front page of the club flat out says that Taiga.exe is not a valid application (so I guess it really hates this little toaster). ...And since XP support is over, I guess that's it for me. Sorry about this raposazul, I had to let go of XP support for various reasons. Here is a detailed discussion about the decision. v1.1.11 should work on XP as well, but it requires XP SP3. Kalanoch said: Cannot update list, get "Unknown error (200)". Possibly related to MAL site requiring captcha to verify that you are human? Homolust said: Yup, I'm getting the Unknown error (200) as well. Not sure what's causing it. I'm looking into this now, although I haven't been able to reproduce the issue myself so far. Could you post a screenshot of your queue at the History page, or tell me exactly which update (i.e. anime title, episode number, etc.) is failing for you? Edit: On second thought, I don't think a list update causes this issue. It seems to be related to user authentication. |
erengyMay 4, 2015 10:45 PM
May 5, 2015 12:04 AM
#625
Apparently I panicked too soon, I don't seem to be getting that message anymore. No idea what caused it or what changed since last time I tried logging in with Taiga, all I know is that the first time I got that message I had to enter a captcha when I opened MAL in my browser. And thank you Paulo27 for that post, no idea why I didn't try using Taiga normally even though I was getting that message. |
May 8, 2015 2:47 PM
#626
After upgrading to 1.2 I've noticed that one feature seems to no longer work. Before, when you finished watching an anime without setting its score, and set its status to "Completed", in "Now Playing" on the first entry you got a prompt to set the score for that anime in case you forgot. However, now it doesn't seem to be happening any more, there is nothing in "Now Playing" section when you finish watching a series without setting a score. Was this feature removed deliberately or accidentally? Or is there some kind of bug with my installation? |
May 9, 2015 3:00 AM
#627
First of all, thank you for developing Taiga, great app. I'd like to report a problem I noticed, I do not know if someone reported it already, if they did, then sorry for duplication. The problem concerns the anime entry status, so "currently airing", "not yet aired" and "finished". In my plan to watch Taiga wrongly indicates these statuses sometimes. I imagine it is because the release dates for these entries have been changed/removed. Removing the entry from my list and re-adding it does not fix the problem. Examples: Recognized by Taiga as currently airing (green square), even though it has not aired yet: http://myanimelist.net/anime/9488/Cencoroll_2/ http://myanimelist.net/anime/21877/High_Score_Girl/ http://myanimelist.net/anime/23275/Tsubu★Doll/ Recognized by Taiga as finished (blue square), even though it has not aired yet: http://myanimelist.net/anime/9260/Kizumonogatari/ http://myanimelist.net/anime/17947/Mahou_Shoujo_Lyrical_Nanoha:_The_Movie_3rd_Reflection/ These are just the ones I could find in my small plan to watch list, there may be more entries affected by this. I would appreciate any help with this. Keep up the good job! |
May 9, 2015 3:21 AM
#628
@White_Spirit It was removed deliberately, but I'm planning to either bring it back or replace it with a notification. @freedoleen I think it's because MAL had some airing dates for these series previously, but then the dates were removed. Taiga currently doesn't overwrite a known date with an unknown one. I recently fixed a similar issue with episode count, but I'm yet to fix this one. |
May 18, 2015 6:04 PM
#629
I have come into a common issue while using Kodi 14.0. Taiga runs on windows startup so does Kodi, and most of the time when I try to open Taiga from the systray, it's frozen. It seems that because of the amount of episodes, plus the search for new episodes in Kodi, Taiga freezes. It is supposed to be a HTPC, so I'm not meant to keep going back to "windows" to close/open softwares. I just want Taiga to seamlessly keep track of my animes, withouth having to open task manager to kill it and then reopen and hope it doesn't freeze again. Any ideas? |
May 18, 2015 11:18 PM
#630
Previously a couple of people managed to resolve their issues with Kodi/XBMC by disabling an add-on (Watchdog) or changing its settings. Do you use a similar add-on yourself? |
May 19, 2015 3:34 AM
#631
Lately Taiga seems to have been missing some recognitions... see e.g. my history where it skips one. That's because it repeated the previous one and I made it play yet the next episode, and since there's a timeout it doesn't record it unless I wait two minutes (can't something override it?) So... is missing this a known issue? |
May 22, 2015 9:15 PM
#632
I found a major bug, if you have a video playing and delete that video while it's playing and play a different one it causes Taiga to use 100% CPU and freeze/crash. |
May 22, 2015 10:04 PM
#633
@Seyfert Well, if you skipped the episode on purpose without even watching it for two minutes, why should Taiga automatically count it as watched? In that case, you need to update your progress manually, or reduce the delay time from settings. @NASA Um, how can you delete a video while it's playing? Doesn't Windows tell you that it's being used by the media player? Or do you mean deleting the anime from your list while an episode of that anime is being watched? |
May 23, 2015 8:30 AM
#634
For some reason no torrents can be downloaded from project-gxs group, alway get an "Invalid content type: application/octet stream" - using default RSS feed from tokyotosho.info |
May 23, 2015 8:54 AM
#635
erengy, you misunderstand... it's not recognizing episodes I actually watch throughout... it just did now... it ends up opening the same video then, and after I realize it's the same episode the timeout is likely to have passed due to the OP anyway, so I just click for the next episode. But, it's skipping some. As you haven't replied yet I assume you're not sure what this is about? |
SeyfertMay 27, 2015 2:44 PM
May 23, 2015 12:37 PM
#636
erengy said: I have noticed that you can sometimes delete videos while MPC is playing and you'll still be able to watch it without a problem.@NASA Um, how can you delete a video while it's playing? Doesn't Windows tell you that it's being used by the media player? Or do you mean deleting the anime from your list while an episode of that anime is being watched? |
May 25, 2015 6:57 PM
#637
erengy said: @NASA Um, how can you delete a video while it's playing? Doesn't Windows tell you that it's being used by the media player? Or do you mean deleting the anime from your list while an episode of that anime is being watched? Sorry for the late reply. I mean if you are playing a video using MPC and it's being detected, if you delete it the video file then pick a new one it will cause Taiga to freeze and take up at least half of your CPU. This has never happened to me before 1.2 |
May 25, 2015 11:24 PM
#638
Taiga has been failing to update my list for the past several days. It tries, but it gets stuck with 'updating ....' in the status bar. Like so: http://puu.sh/i0RYz/fe076c939c.png The only time updates go through is immediately after Taiga has been started, and only for the first 2-3. Also, the application doesn't remember what I watched after I restart it, so those updates that didn't go through just get forgotten. I'm a very frequent viewer, but this is how my history looks: http://puu.sh/i0RMb/91237e18e4.png As far as I can see, it only includes manually triggered updates (and not those triggered by the countdown) and doesn't include manually triggered updates from the past several days. If I restart Taiga, those World Trigger entries will be gone from the history, since they were created in the current session (http://puu.sh/i0RQO/35d7823508.png). |
May 26, 2015 2:06 AM
#639
@NASA You can try clearing "prioritize_file_handle" from Settings → Advanced → Recognition / Media player detection method. Note that this will disable some features such as ignoring files outside of library folders, so I don't advise this as an actual solution. @Fadeway Let's look into the second issue first. I doubt whether the update is manual or automatic makes a difference; if it ever appears in the History page, it's all the same. If entries disappear from the History page after you restart Taiga, it probably means that Taiga is unable to save your history (to Taiga/data/user/Fadeway@myanimelist/history.xml). Do you have Taiga installed under a different directory than the default one? Do you have User Account Control enabled? Does running Taiga as administrator make a difference? |
May 26, 2015 8:24 AM
#640
erengy said: @NASA You can try clearing "prioritize_file_handle" from Settings → Advanced → Recognition / Media player detection method. Note that this will disable some features such as ignoring files outside of library folders, so I don't advise this as an actual solution. It seems to have fixed the issue. Thanks! |
May 26, 2015 12:15 PM
#641
Right, I restarted my computer and the problem went away, for now. Here's what I tried before restarting (I generally leave my PC on for weeks at a time): -administrator mode didn't change behaviour -I don't have UAC -Taiga is installed on my desktop -opening history.xml while the program is running did have the queued items added to the queue subsection, but they wouldn't be loaded when restarting, and would be overwritten if I restart and add something to the queue again? I couldn't really figure out what the behavior here was. -When starting Taiga, it would bloat up to 1GB RAM usage. Now that it is working fine, it only takes up 10mb. Hopefully the problem doesn't show up again. If you're curious, here's my log: http://puu.sh/i1utY/5e8e285c54.log |
May 29, 2015 1:39 PM
#642
Hi there! So I dont know if this was reported already or not, but taiga thinks this anime it's finished and has only 13 epis, but it's stll airing.. http://myanimelist.net/anime/27911/Anime_de_Wakaru_Shinryounaika https://www.dropbox.com/s/erdcxux6py4sde4/Captura%20de%20tela%202015-05-29%2021.31.00.png?dl=0 Thanks in advance ^^ |
May 29, 2015 2:07 PM
#643
Hota-chan said: That's because incorrect info was submitted to MAL and Taiga can't tell when the info is removed so it'll stay there.Hi there! So I dont know if this was reported already or not, but taiga thinks this anime it's finished and has only 13 epis, but it's stll airing.. http://myanimelist.net/anime/27911/Anime_de_Wakaru_Shinryounaika https://www.dropbox.com/s/erdcxux6py4sde4/Captura%20de%20tela%202015-05-29%2021.31.00.png?dl=0 Thanks in advance ^^ Close Taiga, go to "C:\Users\XXX\AppData\Roaming\Taiga\data\db\anime.xml", search for "Anime de Wakaru Shinryounaika" and you can either delete the whole entry (where it says "﹤anime>" a bit up from the title after you search and select until "﹤/anime>" and delete that) or just delete the lines that say "<date_end>xxxx</date_end>" and "<episode_count>13</episode_count>" and change "﹤status>1﹤/status>" to "﹤status>2﹤/status>". Either of those should fix the problem. ... I swear MAL has the most retarded formatting system ever. |
Paulo27May 29, 2015 2:14 PM
May 29, 2015 10:46 PM
#644
Paulo27 said: Hota-chan said: That's because incorrect info was submitted to MAL and Taiga can't tell when the info is removed so it'll stay there.Hi there! So I dont know if this was reported already or not, but taiga thinks this anime it's finished and has only 13 epis, but it's stll airing.. http://myanimelist.net/anime/27911/Anime_de_Wakaru_Shinryounaika https://www.dropbox.com/s/erdcxux6py4sde4/Captura%20de%20tela%202015-05-29%2021.31.00.png?dl=0 Thanks in advance ^^ Close Taiga, go to "C:UsersXXXAppDataRoamingTaigadatadbanime.xml", search for "Anime de Wakaru Shinryounaika" and you can either delete the whole entry (where it says "﹤anime>" a bit up from the title after you search and select until "﹤/anime>" and delete that) or just delete the lines that say "<date_end>xxxx</date_end>" and "<episode_count>13</episode_count>" and change "﹤status>1﹤/status>" to "﹤status>2﹤/status>". Either of those should fix the problem. ... I swear MAL has the most retarded formatting system ever. Thanks, it solved the issue :) |
Jun 29, 2015 4:40 PM
#645
How to make Taiga not to post in Twitter after any of watched episodes? I want her to post only after series completed. |
Jun 29, 2015 5:01 PM
#646
Sa4ko said: Isn't that the default?How to make Taiga not to post in Twitter after any of watched episodes? I want her to post only after series completed. $ifequal(%episode%,%total%,Just completed: %title%$if(%score%, (Score: %score%)) %animeurl%) |
Jul 6, 2015 1:47 PM
#647
When I use the string you posted I get nothing in preview string so I changed it to this instead. http://i.gyazo.com/9c4efb0584d0a77692bb266ecb3fc83e.png |
Jul 6, 2015 2:17 PM
#648
The one Paulo27 posted previously, which is the default format string for Twitter, was correct:$ifequal(%episode%,%total%,Just completed: %title%$if(%score%, (Score: %score%)) %animeurl%) You don't see any preview text, simply because the format string is programmed to output nothing when the episode number is not equal to the total number of episodes. Since you want Taiga to post only after a series is completed, that's what you want. For those who are familiar with programming, the format string above is equivalent to the following pseudocode: if (episode == total) { print("Just completed: " + title); if (score) { print(" (Score: " + score + ")"); } print(" " + anime_url); } |
erengyJul 6, 2015 2:23 PM
Jul 6, 2015 2:56 PM
#649
The standard anime for Preview bar is ToraDora, right? So even when I use your string I see nothing. even despite this http://i.gyazo.com/a1da1475f3489360a3299aa40cf621eb.png. |
Jul 6, 2015 3:07 PM
#650
It doesn't matter if you have it on your list or not. The preview feature uses a dummy entry that works even if you don't have any anime on your list. Similarly, there's a dummy episode defined to make things work. Since the dummy episode is the 1st episode of Toradora, %episode% variable is equal to 1, which is obviously not equal to 25. If you actually play the last episode of any series, and then open the Edit Format dialog while that episode is playing, you'll see that the episode is used instead of the dummy one. |
More topics from this board
Sticky: » Recognition problems ( 1 2 3 4 5 ... Last Page )erengy - Jun 3, 2010 |
300 |
by Xeroeth
»»
Aug 9, 2021 2:24 PM |
|
» any new news on Taiga working?xDreww - Nov 23, 2019 |
5 |
by cHowaito
»»
Jul 28, 2021 6:25 AM |
|
» Dark theme?Hyoretsu - Dec 12, 2019 |
1 |
by Squirt_lel
»»
Jul 14, 2020 6:59 AM |
|
» Error when synchronizing list (Since MAL API Update)dadnaya - May 24, 2018 |
20 |
by xDreww
»»
Nov 23, 2019 5:47 PM |
|
» Twitter postingzatinho - Mar 27, 2019 |
0 |
by zatinho
»»
Mar 27, 2019 5:04 AM |